/
/Redis Data Integration API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 32m ago · Updated 1mo ago
login1
secure42
  • postStart Pipeline
  • postStop Pipeline
  • postReset Pipeline
  • getGet Action
  • getProtected Route
  • putUpdate Sources
  • putUpsert Source By Name
  • deleteDelete Source By Name
  • patchPartial Update Source By Name
  • putUpdate Targets
  • putUpsert Target By Name
  • deleteDelete Target By Name
  • patchPartial Update Target By Name
  • putUpsert Secret Provider By Name
  • deleteDelete Secret Provider By Name
  • patchPartial Update Secret Provider By Name
  • postSources Dry Run
  • postMultiple Targets Dry Run
  • postSingle Target Dry Run
  • getGet Columns
  • getGet Schemas
  • getGet Databases
  • getGet Metadata
  • getGet Tables
  • getRetrieve Pipelines
  • postPipelines
  • patchPatch Pipelines
  • postUndeploy Pipelines
  • getPipelines Jobs Functions
  • getPipelines Config Templates
  • getPipelines Jobs Templates
  • postJob Dry Run
  • getPipelines Strategies
  • getPipelines Config Schemas
  • getPipelines Jobs Schemas
  • putUpdate Processors
  • putUpsert Processors Property
  • putSet Multi Key Secret
  • putSet Secrets
  • getStatistics
  • getGet Status
  • postStart Trace
v223
  • getRedirect To Doc
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"
  }
}

Changes