Skip to main content
GET
List a task's escrow nodes

Authorizations

X-Api-Key
string
header
required

A connection-bound gk_agent_ credential. REST deliberately accepts it through either X-Api-Key or Authorization: Bearer; X-Api-Key remains supported. Its fixed scopes are intersected with the current live grant before route authorization.

Path Parameters

task_id
string
required
Pattern: ^[A-Za-z0-9_-]{1,128}$

Query Parameters

cursor
string

Opaque cursor returned by the previous page.

Minimum string length: 1
limit
integer
default:25
Required range: 1 <= x <= 100

Response

A task-node cursor page.

data
object[]
required
next_page
string | null
required