cURL
curl --request GET \ --url http://localhost:8000/api/sessions/
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Get all sessions for the authenticated user with pagination and date filtering.
x >= 1
1 <= x <= 10000
Successful Response