List States Custom
Lists custom states.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
The cursor to resume iteration from, otherwise if not provided, then
iteration starts from the beginning.
is_final
Whether only final states should be filtered.
limit
The maximum number of items.
name
The list of state names.
ordinal
The list of state ordinals.
sort_by
The list of fields to sort the items by and how to sort them.
Response
Success.
result
The custom states.
cursor
The cursor to resume iteration from, otherwise if not provided,
then iteration starts from the beginning.