Retrieve an execution
  • 17 Jul 2023
  • 1 Minute to read
  • Dark
    Light

Retrieve an execution

  • Dark
    Light

Article Summary

Get
/v1alpha/executions/{id}

Returns information about a specific workflow execution.

Security
Http
Type bearer
Path parameters
id
string Required

The ID of the execution to retrieve.

Responses
200

A successful response.

Expand All
object
id
string

The unique identifier of the workflow execution.

workflow_id
string

The unique identifier of the executed workflow.

workflow_name
string

The name of the executed workflow.

status
string
Valid values["EXECUTION_STATUS_UNKNOWN","SUCCESS","FAILED","RUNNING","STOPPED","ON_HOLD","QUEUED","DROPPED"]
Default"EXECUTION_STATUS_UNKNOWN"
started_at
string

The timestamp when the execution started.

updated_at
string

The timestamp when the execution was last updated.

output
object

The execution output.

revision_id
string

The unique identifier of the executed workflow revision.

401

Invalid bearer token. If you receive this message more than once try creating a new Client ID/Client Secret or generating a new bearer token.

object
403

You don't have permission to access this resource.

object
default

An unexpected error response.

Expand All
object
code
integer
message
string
details
Array of object (protobufAny)
object
@type
string

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.