For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tasks

List all tasks

get

Returns a list of existing tasks that have not been archived.

Authorizations
AuthorizationstringRequired
Path parameters
AccountSIDstringRequired

The unique identifier for the account.

ProgramIdintegerRequired

The ID of the program to retrieve tasks from.

Query parameters
DateLastUpdatedBeforestring · date-timeOptional

Return tasks last updated before this date (ISO 8601).

DateLastUpdatedAfterstring · date-timeOptional

Return tasks last updated after this date (ISO 8601).

Responses
200

A list of task objects.

application/json
get/Advertisers/{AccountSID}/Programs/{ProgramId}/Tasks
200

A list of task objects.

Retrieve a task

get

Retrieves the full object details of an existing task.

Authorizations
AuthorizationstringRequired
Path parameters
AccountSIDstringRequired

The unique identifier for the account.

ProgramIdintegerRequired

The ID of the program the task belongs to.

TaskIdintegerRequired

The unique identifier for the task.

Responses
200

A single task object.

application/json
IdstringOptional

The unique identifier for the task.

Example: 3562529
DueDatestring · date-timeOptional

Date and time at which the task is due (ISO 8601).

Example: 2021-08-31T04:00:00.000+0000
AssigneeAccountstringOptional

Name of the partner account that the task is assigned to.

Example: Acme Partners
TotalActionsintegerOptional

Total number of actions that have been recorded for this task.

Example: 0
TotalCommentsintegerOptional

Total number of comments that have been recorded for this task.

Example: 1
DateCreatedstring · date-timeOptional

The date and time the task was created.

Example: 2021-08-18T16:47:21.000+0000
DateLastUpdatedstring · date-timeOptional

The date and time the task was last updated.

Example: 2021-08-18T22:45:42.000+0000
get/Advertisers/{AccountSID}/Programs/{ProgramId}/Tasks/{TaskId}
200

A single task object.

Last updated