GET
/
workflows
curl --request GET \
  --url https://web.inquira.app/api/v1/workflows \
  --header 'x-api-key: <api-key>'
{
  "workflows": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "type": "released"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200
application/json
Object with workflow data.
workflows
object[]
required

Array of workflow releases