f0f28319e448
Get simulation personas
Retrieve simulation personas that match the given filters.
Permissions
This endpoint may be impacted by the following permissions:
- Only simulation personas that the authenticated user has Simulation:GetSimulationPersona permission for will be retrieved.
Path parameters
Query parameters
The IDs of the simulation personas to retrieve.
The IDs of the simulation personas to retrieve.
The maximum number of simulation personas to return.
The maximum number of simulation personas to return.
The continuation token from the previous request used to retrieve the next page of simulation personas.
The continuation token from the previous request used to retrieve the next page of simulation personas.
Whether the simulation persona is deleted.
Whether the simulation persona is deleted.
The roles of the simulation personas.
The roles of the simulation personas.
The creators of the simulation personas to retrieve. Each value must be of the format org_id,user_id.
The creators of the simulation personas to retrieve. Each value must be of the format org_id,user_id.
The tags of the simulation personas to retrieve. Each value must be of the format key:value. If value is *, it means the value does not matter. If value is empty, it matches against when the value is None.
The tags of the simulation personas to retrieve. Each value must be of the format key:value. If value is *, it means the value does not matter. If value is empty, it matches against when the value is None.
The fields to sort the sets by. Supported fields are updated_at. Specify a + before the field name to indicate ascending sorting and - for descending sorting. Multiple fields can be specified to break ties.
The fields to sort the sets by. Supported fields are updated_at. Specify a + before the field name to indicate ascending sorting and - for descending sorting. Multiple fields can be specified to break ties.
Headers
The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.
The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.
Response
Succeeded.