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: 100OptionalDefault:
Maximum number of locations to return
10startingAfterstringOptional
Location ID to start after (for forward pagination)
endingBeforestringOptional
Location ID to end before (for backward pagination)
Responses
200
Successful Response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/agents/{agentId}/locationsLast updated