Skip to main content
List customer tasks

Authorizations

X-API-Key
string
header
required

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

Path Parameters

customerId
string
required

Customer identifier.

Minimum string length: 1

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
scopeType
string

Return only tasks with this scope type.

category
string

Return only tasks in this open category.

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

Customer task page.

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