Security
ApiKeyAuth
- https://llm-api.treasuredata.comhttps://llm-api.treasuredata.com/api/workflow_executors/{id}
- https://llm-api.eu01.treasuredata.comhttps://llm-api.eu01.treasuredata.com/api/workflow_executors/{id}
- https://llm-api.ap02.treasuredata.comhttps://llm-api.ap02.treasuredata.com/api/workflow_executors/{id}
- https://llm-api.treasuredata.co.jphttps://llm-api.treasuredata.co.jp/api/workflow_executors/{id}
curl -i -X GET \
'https://llm-api.treasuredata.com/api/workflow_executors/00000000-0000-0000-0000-000000000001?include=createdBy%2CupdatedBy' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
{ "data": { "id": "00000000-0000-0000-0000-000000000001", "type": "workflowExecutors", "links": { … }, "attributes": { … }, "relationships": { … } }, "included": [ { … } ] }