Skip to main content
GET
Op List

Path Parameters

entity
string
required
project
string
required

Query Parameters

limit
integer | null

Maximum number of ops to return

offset
integer | null

Number of ops to skip

Response

Stream of data in JSONL format

Response model for reading an Op object.

The code field contains the actual source code of the op.

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