Runs - Executions & calls
Get All Runs in a Space
Retrieve all batch executions associated with a specific space
GET
Get All Runs in a Space
Get All Runs in a Space
Retrieve all runs associated with a specific space. A run represents a batch execution - a group of tasks triggered together within a space. This endpoint returns run details including run ID, status, timestamps, and associated collection metadata.Prerequisites: Make sure you have your API Token ready. See Authentication for details.
Path Parameters
You can get the
space_token by hitting the Get All Spaces API. The token field in the response is your Space Token.Headers
Response Fields
Run Object Fields
Common Error Codes
Code Examples
Best Practices
- Space Token: Always use the correct space token for your API requests
- Run ID: Store the
run_idfrom each run to query tasks within that run - Status Monitoring: Poll this endpoint to track the status of ongoing batch executions
- Error Handling: Always handle potential errors and edge cases
- Security: Keep API tokens secure and rotate them regularly
Get All Runs in a Space