Skip to main content
GET
https://api-oms.verolabs.co
/
api
/
v1
/
util
/
requests
List workflow requests
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

WorkflowRequestsResponse schema.

requests
object[]

Workflow requests returned by the response.