Get a run in a space
Returns a run created in this space. Identical to `GET /v1/runs/{id}`, except that a run belonging to another space — or to no space — answers `404`.
**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
id
Query parameters
output
Return parsed source inline for parse/extract runs when the combined source is at most 1 MiB; otherwise retain signed URLs only.
Allowed values:
include
wait
Response
The run.
V1ExtractRun
OR
V1ParseRun
OR
V1RedactRun
OR
V1FillRun
OR
V1SignRun
OR
V1PipelineRun
Errors
404
Not Found Error
429
Too Many Requests Error