cURL
curl --request GET \ --url https://coolify-api.eagleagents.ai/v3/workspaces \ --header 'Authorization: Bearer <token>'
"<any>"
Gets all workspaces for a specific agent, 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>
Successful response
The response is of type any.
any