List locations

get

List all locations for an agent with pagination support.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired
Query parameters
limitinteger · min: 1 · max: 100Optional

Maximum number of locations to return

Default: 10
startingAfterstringOptional

Location ID to start after (for forward pagination)

endingBeforestringOptional

Location ID to end before (for backward pagination)

Responses
200

Successful Response

application/json
get
/v1/agents/{agentId}/locations

Last updated