List a space’s runs

View as Markdown
Lists the runs created in this space, newest first — the same listing (and the same `object`, `status`, `metadata.<key>` filters and cursor paging) as `GET /v1/runs`, narrowed to one space. **Learn more:** [Spaces](https://docs.cloudraker.com/developers/spaces)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired

Query parameters

objectenumOptional

Only runs of this kind — extract_run, parse_run, redact_run, fill_run, sign_run or pipeline_run.

statusenumOptional
Only runs in this state.
limitintegerOptional1-50Defaults to 20

How many runs to return, 1–50.

cursorstringOptional>=1 character

The cursor from the previous page. Opaque — pass it back unchanged.

Response

The runs.
object"list"
datalist of objects
has_moreboolean
cursorstringOptional

Errors

404
Not Found Error
429
Too Many Requests Error