cURL
curl --request GET \ --url https://flowra.dev/api/v1/toolkits/byId/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Get details of one toolkit including its name, slug, and metadata. Use to inspect a toolkit before assigning it to a workflow.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Toolkit retrieved successfully
Show child attributes
Was this page helpful?