Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

default - application/json
id
string
required

The identifier of Activity

created_at
string<date-time> | null
required

The creation date

updated_at
string<date-time> | null
required

The update date

type
string
required

The type of the activity

parameters
Parameters · object
required

The parameters of the activity

project
string
required

The project the activity belongs to

state
enum<string>
required

The state of the activity

Available options:
cancelled,
complete,
in_progress,
pending,
scheduled,
staged
result
enum<string> | null
required

The result of the activity

Available options:
failure,
success
failure_reason
enum<string> | null
required

The reason for activity failure

Available options:
error,
shell
started_at
string<date-time> | null
required

The start date of the activity

completed_at
string<date-time> | null
required

The completion date of the activity

completion_percent
integer
required

The completion percentage of the activity

cancelled_at
string<date-time> | null
required

The Cancellation date of the activity

timings
Timings · object
required

Timings related to different phases of the activity

log
string
required
deprecated

The log of the activity

payload
Payload · object
required

The payload of the activity

description
string | null
required

The description of the activity, formatted with HTML

text
string | null
required

The description of the activity, formatted as plain text

expires_at
string<date-time> | null
required

The date at which the activity will expire

commands
Commands · object[]
required

The commands of the activity

integration
string

The integration the activity belongs to

environments
string[]

The environments related to the activity

Last modified on June 16, 2026