v14

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016793230.7 KB
secure

Get Action

Gets an action status by ID.

get/api/v1/actions/{action_id}

Path parameters

action_idstring required

Response

Successful Response

action_idstring required
status'pending' | 'processing' | 'failed' | 'completed' required

Defines task statuses for Operator

Example response

{
  "action_id": "1715254593439-0",
  "error": {
    "message": "Failed to establish connection to the PostgreSQL database. Invalid credentials"
  }
}