List all orchestration rules, optionally filtering and paging the results.
By default, orchestration rules are returned in reverse chronological (descending) order by creation time. If no query parameters are supplied, the response will include up to the last 100 rules which were created.
The paginated results default to display up to 100 rules, unless
otherwise specified with the limit parameter. The maximum limit value is 1000.
Every paginated response contains a next_page_cursor field until the last page is reached.
Pass the next_page_cursor value into the page_cursor field of a new
request to retrieve the next page of results.
Rules can be filtered by:
profile_id)status)source_asset)destination_asset)Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
Optional filter by profile ID
Optional filter by statuses
source_asset and source of this rule start a conversion and
subsequent delivery of the destination_asset to the specified destination.source_assets to the source of this rule will not be converted.
The deposited source_asset is still going to be credited to the Profile specified by profile_id.ACTIVE, DELETED, PENDING, REJECTED, CANCELLED Optional filter by source asset
Optional filter by destination asset
Optionally filter by the UUIDs of the orchestration rules. Limit 100.
Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.
Sort order for the results. Defaults to DESC by created_at time.
DESC, ASC Optional Cursor for getting the next page of results.