Use the Request Sequences API to retrieve the request sequence data needed to manage request conditions. Request sequences, also known as approval sequences, are defined in the Okta Access Requests app. They establish a series of steps (such as questions, approval tasks, and custom tasks) that must be fulfilled before a requester is granted access to a resource.
When you create a request condition, you must reference a request sequence (see approvalSequenceId in Create a request condition). You can also reuse the same request sequence across multiple request conditions.
See Configure an approval sequence in the product documentation.
Note: Each org has a maximum of 250 request sequences.
- okta.accessRequests.condition.read
- ACCESS_REQUESTS_ADMIN
Lists access request sequences for a resource in your org
Note: The request sequence is known as the approval sequence in the Okta Access Requests app.
Unique identifier for the resource in Okta instance ID format or ORN format
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/resources/{resourceId}/request-sequences'