Returns a paginated list of queued requests for a specific connection, ordered by most recent first. The response includes metadata about pagination.
Use your app's API_KEY as the username, and leave the password blank
ID of the connection
Page number for pagination
x >= 1
Number of items per page (max 100)
1 <= x <= 100
Field to sort by
inserted_at
, updated_at
Sort direction (asc/desc)
asc
, desc
Search phrase to filter queued requests
Filter by request state
waiting
, retryable
, ticketed
, sent
, response_received
, error
, discarded
Filter by webhook delivery state
not_applicable
, pending
, succeeded
, failed
A paginated list of queued requests
The response is of type object
.