cURL
curl --request GET \ --url https://coolify-api.eagleagents.ai/v3/agents/{agentId}/leads \ --header 'Authorization: Bearer <token>'
{ "leads": [ "<any>" ], "total": 123, "page": 123, "limit": 123 }
Gets all leads, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Successful response
The response is of type object.
object