latestOpenAPI 3.1.02026-08-221163801019.2 KB

f0f28319e448

Simulation

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.
get/v1/{organization}/simulation/persona/

Path parameters

organizationstring required

Query parameters

idstring[]

The IDs of the simulation personas to retrieve.

The IDs of the simulation personas to retrieve.

limitinteger

The maximum number of simulation personas to return.

The maximum number of simulation personas to return.

continuation_tokeninteger

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.

is_deletedboolean nullable

Whether the simulation persona is deleted.

Whether the simulation persona is deleted.

rolestring[]

The roles of the simulation personas.

The roles of the simulation personas.

creatorstring[]

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.

tagstring[]

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.

sort_bystring[]

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

x-mongo-cluster-namestring nullable

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.

Sec-WebSocket-Protocolstring[]

Response

Succeeded.

has_moreboolean required

Whether there are more simulation personas to fetch.

{"stackTrail":"components:schemas:src__app__endpoints__simulation__get_simulation_personas__Response:properties:continuation_token:anyOf","oasType":"schema","type":"unknown","title":"Continuation Token","description":"The continuation token to use to retrieve the next page of simulation personas.","nullable":true}