Phoenix Replicas
List Replicas
This endpoint returns a list of all replicas that have been created by the API Key in use. In the response, a root level data
key will contain the list of Replicas.
GET
/
v2
/
replicas
Authorizations
x-api-key
string
headerrequiredQuery Parameters
limit
integer
The number of replicas to return per page.
page
integer
The page number to return
verbose
boolean
If set to true, the response will include additional replica data such as the replica type.
replica_type
enum<string>
If set to user, the response will only include user replicas. If set to system, the response will only include stock replicas.
Available options:
user
, system
replica_ids
string
A comma separated list of replica ids to filter the response by. Example: replica_ids=re1074c227,r243eed46c
Response
200 - application/json
data
object[]
total_count
integer
The total number of replicas given the filters provided.