Authorizations
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
Query Parameters
The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100
id:asc
, id:desc
, created_at:desc
, created_at:asc
The fields to expand in the deployments list.
The deployment ID to filter by.
"dpl_123"
The deployment target status to filter by.
pending
, approved
, deployed
, archived
The deployment activity status to filter by.
validating
, pending
, approved
, queued
, deployed
, removing
, archived
The deployment error status to filter by.
none
, failed
, retrying
The deployment device ID to filter by.
"dvc_123"
The deployment release ID to filter by.
"rls_123"
Response
Successfully listed the deployments.
list
"list"
The total number of items in the list. By default the total count is not returned. The total count must be expanded (using expand[]=total_count) to get the total number of items in the list.
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100
The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0
True if there are more items in the list to return. False if there are no more items to return.
false