curl --request GET \
--url http://localhost:3333/v1/framework-editor/task-template/{id} \
--header 'X-API-Key: <api-key>'Retrieve a specific framework editor task template by its ID
curl --request GET \
--url http://localhost:3333/v1/framework-editor/task-template/{id} \
--header 'X-API-Key: <api-key>'API key for authentication
Organization ID (required for session auth, optional for API key auth)
Framework editor task template ID
"frk_tt_abc123def456"
Successfully retrieved framework editor task template
Was this page helpful?