agent-runs

Latest served app build for a workflow

Most recent served app build for a workflow; build is null when none exists yet.

get/v1/agent-runs/latest-app-build

Query parameters

workflowIdstring required

Workflow id

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.