Skip to main content
GET
Get Detailed Tasks for a Specific Run

Get Detailed Tasks for a Specific Run

Fetch all tasks for a specific run, including complete input, output, call transcript, costs, analysis, artifacts, and provider metadata. This endpoint is used when you need deep inspection of how a run executed each task.
Prerequisites: Make sure you have your API Token ready. See Authentication for details.

Path Parameters

You can get the space_token from the Get All Spaces API. The run_id can be obtained from the Get All Runs API response.

Headers

Response Fields

Task Object Fields

Output Object Fields


Common Error Codes

Code Examples

Best Practices

  1. Run ID: Always retrieve the run_id from the Get All Runs endpoint first
  2. Transcript Review: Use the transcript array in output for conversation quality analysis
  3. Recording Access: Store recording_url for compliance, QA, and playback
  4. Post-call Data: Check post_call_data.summary for AI-generated call summaries and outcomes
  5. Error Handling: Always handle potential errors and edge cases
  6. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

space_token
string
required
Example:

"8KZAMRAHSXXXXXXMAYNASMJC"

run_id
string
required
Example:

"Recac64fe03e911f1878d43cd8a99e069"

Response

List of tasks for the run