List a space’s runs
List a space’s runs
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
spaceId
Query parameters
object
Only runs of this kind — extract_run, parse_run, redact_run, fill_run, sign_run or pipeline_run.
status
Only runs in this state.
limit
How many runs to return, 1–50.
cursor
The cursor from the previous page. Opaque — pass it back unchanged.
Response
The runs.
object
data
has_more
cursor
Errors
404
Not Found Error
429
Too Many Requests Error