GET
/
deployments
curl --request GET \
  --url https://web.inquira.app/api/v1/deployments \
  --header 'x-api-key: <api-key>'
{
  "deployments": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "start_at": "2023-11-07T05:31:56Z",
      "end_by": "2023-11-07T05:31:56Z",
      "stopped_at": "2023-11-07T05:31:56Z",
      "call_type": "inbound",
      "workflow_release_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

active
enum<string>
required

Filter deployments by active status. If not provided, returns all deployments.

Available options:
true,
false
type
enum<string>
required

Filter deployments by call type. If not provided, returns all types.

Available options:
inbound,
outbound

Response

200
application/json
Object with deployment data.
deployments
object[]
required

Array of deployment objects