Skip to main content
GET
/
api
/
executions
List Executions
curl --request GET \
  --url https://api.example.com/api/executions \
  --header 'X-Kinetic-Key: <api-key>'
{
  "items": [
    {
      "execution_uuid": "<string>",
      "workflow_version_uuid": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "workflow_uuid": "<string>",
      "workflow_name": "<string>",
      "status": "queued",
      "input_payload": "<unknown>",
      "duration_ms": 123,
      "n_steps": 123,
      "n_agent_actions": 123,
      "n_screenshots": 123,
      "output_url": "<string>",
      "video_url": "<string>",
      "logs_url": "<string>"
    }
  ],
  "total": 123
}

Authorizations

X-Kinetic-Key
string
header
required

Your Kinetic API key

Response

200 - application/json

Successful Response

items
ExecutionResponse · object[]
required
total
integer
required