Get a run in a space

View as Markdown
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

spaceIdstringRequired
idstringRequired

Query parameters

outputenumOptionalDefaults to urls

Return parsed source inline for parse/extract runs when the combined source is at most 1 MiB; otherwise retain signed URLs only.

Allowed values:
includestringOptional
waitintegerOptional0-120Defaults to 0

Response

The run.
V1ExtractRunobject
OR
V1ParseRunobject
OR
V1RedactRunobject
OR
V1FillRunobject
OR
V1SignRunobject
OR
V1PipelineRunobject

Errors

404
Not Found Error
429
Too Many Requests Error