Skip to main content
GET
/
api
/
v1
/
runs
/
{runId}
Get run detail with steps
curl --request GET \
  --url https://forge.gloo.ai/api/v1/runs/{runId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from /api/v1/keys. Pass as Authorization: Bearer <key>.

Path Parameters

runId
string
required

Response

Run detail with steps array