Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://flozy-backend-1042419926531.us-central1.run.app/api/v1/external/tasks/{id} \ --header 'X-API-Key: <api-key>'
{ "http_code": 200, "status": "success", "message": "Task retrieved", "data": { "id": 5, "title": "Send proposal", "status": 1, "priority": 3 } }
Returns a single task by ID.
Your Flozy API key. Starts with flz_live_.
flz_live_
Task detail.