v1

latestOpenAPI 3.0.02026-08-04254899.5 KB
async actions

Get Action status

Retrieves the status of an asynchronous operation.

get/api/v1/di-projects/actions/{actionId}

Path parameters

actionIdstring required

Identifier of the action.

Query parameters

detailedboolean

Specifies whether to include detailed status information in the response. Set to true to return detailed information.

Response

OK

namestring

Name of the async operation

type'PROJECT_PREPARE' | 'PROJECT_VALIDATE' | 'TASK_PREPARE' | 'TASK_VALIDATE' | 'PROJECT_IMPORT'

Type of action being performed

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELED' | 'SKIPPED'

State of the action

endTimestring date-time
startTimestring date-time

Example response

{
  "name": "Prepare project myspace.demoproject"
}