v1

latestOpenAPI 3.1.02026-07-2631111195.5 KB
Inboxes

List all inboxes

List all inboxes for the authenticated user.

get/trigger-inbox/v1/inboxes

Query parameters

keystring
limitinteger

Number of results to return per page.

namestring
offsetinteger

The initial index from which to return the results.

status'active' | 'deleting' | 'initialization_failure' | 'initializing' | 'paused'
  • initializing - initializing
  • active - active
  • paused - paused
  • deleting - deleting
  • initialization_failure - initialization_failure

Response

An inbox: a durable, user-scoped queue for a trigger subscription, identified by its natural key.

countinteger required

Total number of results across all pages.

nextstring uri nullable

Link to next page of results if any.

previousstring uri nullable

Link to previous page of results if any.

Example response

{
  "count": 123,
  "next": "https://api.example.org/accounts/?offset=400&limit=100",
  "previous": "https://api.example.org/accounts/?offset=200&limit=100"
}
All 31 operations