Skip to main content
OMA list endpoints generally use opaque cursor pagination.

Request parameters

integer
Maximum objects returned on this page. Defaults and limits vary by resource.
string
The next_page value from the previous response. Do not parse or modify it.

Response shape

A null or absent next_page means there is no next page.

Traversal example

A cursor has no stable public relationship to a creation time, resource ID, or database key. Always store and return it as an opaque string.
Filters vary by resource and can include created_at[gte], status, agent_id, or include_archived. Unknown or invalid filter values return an invalid_request_error.