Skip to main content
GET
Get all automation runs for a task

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

taskId
string
required

Task ID

Example:

"tsk_abc123def456"

Response

200 - application/json

Automation runs retrieved successfully

id
string
Example:

"ear_abc123def456"

status
enum<string>
Available options:
PENDING,
RUNNING,
COMPLETED,
FAILED
trigger
enum<string>
Available options:
MANUAL,
SCHEDULED,
EVENT
createdAt
string<date-time>
completedAt
string<date-time> | null
error
object | null