cURL
curl --request GET \ --url https://cloud.firebender.com/v0/agents \ --header 'X-API-Key: <api-key>'
{ "agents": [ { "id": "fb_abc123xyz789", "name": "Add README Documentation", "status": "CREATING", "source": { "repository": "https://github.com/your-org/your-repo", "ref": "main" }, "target": { "url": "https://firebender.com/agents?id=fb_abc123xyz789", "branchName": "firebender/abc123xyz789", "prUrl": "https://github.com/your-org/your-repo/pull/1234", "autoCreatePr": false }, "createdAt": "2024-01-15T10:30:00Z", "summary": "Added README.md with installation instructions and usage examples" } ], "nextCursor": "fb_def456ghi789" }
List all cloud agents for the authenticated user
API key from Firebender Dashboard
Number of cloud agents to return (max 100)
1 <= x <= 100
Pagination cursor from the previous response
1
"fb_xyz789abc123"
Agents retrieved successfully
List of agents
Show child attributes
Cursor for fetching the next page of results
"fb_def456ghi789"
Was this page helpful?