cURL
curl --request GET \ --url https://cloud.firebender.com/v0/agents/{id}/conversation \ --header 'X-API-Key: <api-key>'
{ "id": "fb_abc123xyz789", "messages": [ { "id": "msg_123", "type": "user_message", "text": "Add a README.md file with installation instructions" } ] }
Retrieve the conversation history of a cloud agent, including all user prompts and assistant responses
API key from Firebender Dashboard
Unique identifier for the cloud agent
"fb_abc123xyz789"
Conversation retrieved successfully
Array of conversation messages ordered chronologically
Show child attributes
Was this page helpful?