List all memories

get

List all memories objects.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

Query parameters
limitinteger · max: 100Optional

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

Default: 10
startingAfterstringOptional

A cursor for use in pagination. startingAfter is a memory ID.

endingBeforestringOptional

A cursor for use in pagination. endingBefore is a memory ID.

typestring · enumOptional

Specifies the type of memory object to filter.

Possible values:
segmentstringOptional

A prefix used to filter memory objects by their segment.

Responses
200

Successful Response

application/json
get
/v1/agents/{agentId}/customers/{customerId}/memories

Last updated