v5

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-30447.5 KB

Get a task run by ID

Retrieves the details of a specific task run

get/runs/{id}

Path parameters

idstring required

The ID of the run to retrieve

Response

Run details retrieved successfully

idstring

Unique identifier for the run

taskstring

The name of the task that was executed

inputsobject

The inputs provided for the task

status'queued' | 'running' | 'complete' | 'failed'

The current status of the run

created_atstring date-time

Timestamp when the run was created

started_atstring date-time

Timestamp when the run started executing

completed_atstring date-time

Timestamp when the run completed

responseobject

The response data from the task execution