Bahasa Indonesia
cURL
curl --request GET \ --url https://api.cursor.com/v0/agents/{id}/conversation \ --header 'Authorization: Bearer <token>'
{ "id": "bc_abc123", "messages": [ { "id": "msg_123", "type": "user_message", "text": "Add a README.md file with installation instructions" } ] }
Ambil riwayat percakapan agen latar belakang.
API key from Cursor Dashboard
Unique identifier for the background agent
"bc_abc123"
Conversation retrieved successfully
The response is of type object.
object
Apakah halaman ini membantu?