cURL
curl --request POST \ --url https://us.cybedefend.com/project/{projectId}/security-champion/{conversationId}/messages \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "role": "user", "content": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
Retrieves paginated messages from a specific Security Champion conversation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project unique identifier
Conversation unique identifier
Maximum number of messages to return
Pagination start index
Conversation messages retrieved successfully
Show child attributes
user
assistant