curl --request GET \
--url https://api.anam.ai/v1/sessions \
--header 'Authorization: Bearer <token>'Returns a list of all sessions for the organization
curl --request GET \
--url https://api.anam.ai/v1/sessions \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number for pagination
x >= 1Number of items per page (max 100)
1 <= x <= 100Search term to filter sessions by ID or client label
Filter sessions by API key ID
Filter sessions by persona ID
Successfully retrieved sessions
Was this page helpful?