Skip to main content
GET
/
v0
/
agents
/
{id}
/
conversation
Get agent conversation
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"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key from Firebender Dashboard

Path Parameters

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"

Response

Conversation retrieved successfully

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"

messages
object[]
required

Array of conversation messages ordered chronologically