Skip to main content
GET
/
api
/
v1
/
runs
/
{runId}
Get bundle run status
curl --request GET \
  --url https://api.finterm.ai/api/v1/runs/{runId} \
  --header 'Authorization: Bearer <token>'
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {}
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Path Parameters

runId
string
required

The run id returned by the bundle run operation.

Response

The run status envelope.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required

The result payload.