List queued requests for a connection
Queued Requests
List queued requests for a connection
Returns a paginated list of queued requests for a specific connection, ordered by most recent first. The response includes metadata about pagination.
GET
List queued requests for a connection
Documentation Index
Fetch the complete documentation index at: https://docs.qubesync.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your app's API_KEY as the username, and leave the password blank
Path Parameters
ID of the connection
Query Parameters
Page number for pagination
Required range:
x >= 1Number of items per page (max 100)
Required range:
1 <= x <= 100Field to sort by
Available options:
inserted_at, updated_at Sort direction (asc/desc)
Available options:
asc, desc Search phrase to filter queued requests
Filter by request state
Available options:
waiting, retryable, ticketed, sent, response_received, error, discarded Filter by webhook delivery state
Available options:
not_applicable, pending, succeeded, failed Response
A paginated list of queued requests

