Skip to main content
GET
List Workflow artifact snapshots

Authorizations

Authorization
string
header
required

Session token passed as Authorization: Bearer <session-token> for user-authenticated Den routes.

Path Parameters

configObjectId
string
required

Query Parameters

cursor
string

Opaque cursor returned as nextCursor by the previous page. Omit for the first page.

Required string length: 1 - 200
limit
integer
Required range: 1 <= x <= 200

Response

Artifact snapshots returned.

items
object[]
required
nextCursor
string | null
required

Pass as cursor to fetch the next page; null on the last page.