Skip to main content
List tasks

Authorizations

X-API-Key
string
header
required

Your Swipelux API key. Obtain this from the Swipelux Dashboard.

Query Parameters

cursor
string

Opaque cursor returned as nextCursor from the previous page.

limit
integer
default:25

Maximum number of records to return. Defaults to 25.

Required range: 1 <= x <= 100
status
enum<string>

Return only tasks with this closed status.

Available options:
action_required,
in_review,
satisfied,
rejected,
canceled
category
string

Return only tasks in this open category.

scopeType
string

Return only tasks with this scope type.

customerId
string

Return only tasks owned by this customer.

originGroupId
string

Return only tasks whose originGroupId exactly equals this opaque correlation value.

dueBefore
string<date-time>

Return only tasks due before this strict RFC 3339 timestamp.

updatedAfter
string<date-time>

Return only records updated at or after this RFC 3339 timestamp. Use it to recover from missed webhooks by replaying a window of changes.

Response

Task inbox page.

data
object[]
required
nextCursor
string | null
required
hasMore
boolean
required