Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List workflow requests
cURL
curl --request GET \ --url https://api-oms.verolabs.co/api/v1/util/requests \ --header 'Authorization: Bearer <token>'
{ "requests": [ { "id": 123, "request_type": "<string>", "payload": {}, "requested_by": "<string>", "reviewed_by": "<string>", "review_note": "<string>", "apply_error": "<string>", "created_at": "2023-11-07T05:31:56Z", "reviewed_at": "2023-11-07T05:31:56Z", "applied_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
WorkflowRequestsResponse schema.
Workflow requests returned by the response.
Hide child attributes
Unique identifier for the record.
Workflow request type.
Type-specific request payload.
Status value returned by the API.
PENDING
APPROVED
REJECTED
CANCELLED
APPLIED
FAILED
User that submitted the request.
User that reviewed the request.
Reviewer note.
Error captured while applying the approved request.
Timestamp when the record was created.
Timestamp when the request was reviewed.
Timestamp when the approved request was applied.