Get AI assistant conversation history for a job
Get AI assistant conversation history for a job
Returns paginated conversation turns for the authenticated athlete and the given job, ordered oldest first. Each database turn is expanded into two items: one for the athlete message and one for the assistant reply.
GET
Get AI assistant conversation history for a job
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Query Parameters
Job ID to retrieve the conversation history for.
Required range:
x >= 1Example:
42
Page number (default 1).
Example:
1
Items per page (default 10).
Example:
10
Alternative to limit. Takes precedence over limit if both are provided.
Example:
10