Internal

Fetch run history

Container-to-host only. Auth via Bearer run token.

GET/internal/run-history

Authorization

bearerExecToken
AuthorizationBearer <token>

Execution token for container-to-host internal routes.

In: header

Query Parameters

limit?integer

Max number of runs to return (1-50, default 10)

Default10
fields?string

Comma-separated fields to include: "state", "result" (default: "state")

Default"state"
curl -X GET "https://loading/internal/run-history"
{
  "runs": [
    {}
  ]
}
{
  "type": "https://docs.appstrate.dev/errors/unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Invalid or missing session",
  "code": "unauthorized",
  "requestId": "req_abc123"
}