Get campaign

View as Markdown
Get full details of a campaign including its agent configuration, schedule, and retry policy.

Path parameters

org_idstringRequired
workspace_idstringRequired
campaign_idstringRequired

Response

Successful Response
namestring
Name of the resource
campaign_idstring
Unique identifier for the campaign
statusenum
Current status
app_idstring
ID of the agent
created_bystring
User who created this resource
created_atdatetime

Timestamp when the resource was created (ISO 8601)

updated_atdatetime

Timestamp when the resource was last updated (ISO 8601)

app_configobject
Agent configuration for the campaign
start_timestampdatetime

Campaign start time (ISO 8601)

end_timestampdatetime

Campaign end time (ISO 8601)

allowed_scheduleobject
Schedule constraints for when the campaign can run
descriptionstring or null
Optional description
app_typeenum
Type of agent
app_versioninteger or null
Version of the agent to use
updated_bystring or null
User who last updated this resource

Errors

422
Unprocessable Entity Error