Skip to main content
GET
List Deployments

List Deployments

Retrieve a paginated list of all deployments in your account.

Query Parameters

Headers

Example Request

Example Response

Error Responses

400 Bad Request - Invalid Pagination Parameters

Pagination

The response includes pagination metadata to help you navigate through the results:
  • page: Current page number
  • per_page: Number of items per page
  • total_count: Total number of items across all pages
  • total_pages: Total number of pages
  • has_next: Boolean indicating if there’s a next page
  • has_previous: Boolean indicating if there’s a previous page
To get the next page, increment the page parameter. For example, to get page 2:

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Refresh-Cache
boolean

Refresh the cache if data is stale

Example:

false

Query Parameters

status
string

Filter deployments by status

page
integer
default:1

Page number (must be >= 1)

Required range: x >= 1
Example:

1

per_page
integer
default:10

Number of items per page (must be between 1 and 100)

Required range: 1 <= x <= 100
Example:

10

Response

Successful Response

deployments
deployment Β· object[]
pagination
Pagination Β· object