Skip to main content
GET
/
v2
/
{entity}
/
{project}
/
ops
[
  {
    "object_id": "<string>",
    "digest": "<string>",
    "version_index": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "code": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity
string
required
project
string
required

Query Parameters

limit
integer | null
offset
integer | null

Response

Stream of data in JSONL format

object_id
string
required

The op ID

digest
string
required

The digest of the op

version_index
integer
required

The version index of this op

created_at
string<date-time>
required

When this op was created

code
string
required

The actual op source code