List runs for a deep-agent app's workflow

get/v1/app-gateway/{appId}/workflows/{workflowId}/runs

Path parameters

appIdstring required

Deep-agent run id (app id)

workflowIdstring required

Workflow id

Query parameters

limitinteger

Number of items (default 20, max 100)

offsetinteger

Offset for pagination (default 0)

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.