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
)The access token received from the authorization server in the OAuth 2.0 flow.
Optional filter by profile ID
Optional filter by statuses
Optional filter by source asset
Optional filter by destination asset
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.
A successful response.
The response is of type object
.