Skip to main content
GET
List Tasks
List tasks for the organization identified by the API key.

Authentication

string
requerido
Organization API key. Keep it on your server or in a credential store.

Query parameters

integer
Page size. Send a positive limit together with offset.
integer
Nonnegative number of records to skip; begin at zero.
string
Field to sort, for example created_at. Pair with orderDirection.
string
ASCENDENT or DESCENDENT.
string
URL-encoded JSON array of field/operator/value conditions, for example a status filter using EQUAL.

Example

Response

number
HTTP status.
object[]
Task records with the fields documented in Get task.
number
Current page.
number
Total matching records.
number
Total pages.
Keep filters and ordering consistent while advancing offset. This list describes task records; a task’s existence does not prove a message was sent or a call was placed.