Skip to main content
GET
List requests

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Query Parameters

cursor
string

Cursor for pagination

limit
integer
default:10

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100
customer_id
string

Filter requests by customer ID

meter_id
string

Filter requests by meter ID

metadata_filters
string

Filter requests by metadata key-value pairs. Must be a JSON array of [key, value] pairs, where both key and value are strings. Keys must contain only ASCII letters, numbers, and underscores (no spaces or special characters). Example: [['user_id', '123'], ['session_id', 'abc']]

Response

List of requests

data
object[]
required
has_more
boolean
required

Whether there are more results available

next_cursor
string

Cursor to use for the next page of results, if has_more is true