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, non-archived tasks for a specific program, with optional date filtering.

Path parameters
AccountSIDstringRequired

Your unique Account SID.

ProgramIdintegerRequired

The ID of the program (campaign) the tasks belong to.

Query parameters
DateLastUpdatedBeforestring · date-timeOptional

Filter for tasks last updated before this date.

DateLastUpdatedAfterstring · date-timeOptional

Filter for tasks last updated after this date.

Responses
200

A paginated list of task objects.

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

A paginated list of task objects.

Retrieve a Task

get

Retrieves the details of a single, existing task by its unique ID.

Path parameters
AccountSIDstringRequired

Your unique Account SID.

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
Actionsobject[]Optional

Describes actions that have occurred on this task.

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