latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Environment Activity

Get an environment activity log entry

Retrieve a single environment activity entry as specified by an id returned by the Get environment activities list endpoint. See the documentation on that endpoint for details about the information this endpoint can return.

get/projects/{projectId}/environments/{environmentId}/activities/{activityId}

Path parameters

projectIdstring required
environmentIdstring required
activityIdstring required

Response

idstring required

The identifier of Activity

created_atstring date-time nullable required

The creation date

updated_atstring date-time nullable required

The update date

typestring required

The type of the activity

parametersobject required

The parameters of the activity

projectstring required

The project the activity belongs to

integrationstring

The integration the activity belongs to

environmentsstring[]

The environments related to the activity

state'cancelled' | 'complete' | 'in_progress' | 'pending' | 'scheduled' | 'staged' required

The state of the activity

result'failure' | 'success' nullable required

The result of the activity

started_atstring date-time nullable required

The start date of the activity

completed_atstring date-time nullable required

The completion date of the activity

completion_percentinteger required

The completion percentage of the activity

cancelled_atstring date-time nullable required

The Cancellation date of the activity

timingsobject required

Timings related to different phases of the activity

logstring required

The log of the activity

payloadobject required

The payload of the activity

descriptionstring nullable required

The description of the activity, formatted with HTML

textstring nullable required

The description of the activity, formatted as plain text

expires_atstring date-time nullable required

The date at which the activity will expire