Skip to content

WorkflowExecutor

show

Request

Security
ApiKeyAuth
Path
idstringrequired
Example:00000000-0000-0000-0000-000000000001
Query
includestring
Example:include=createdBy,updatedBy
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>'

Responses

includes by created_by and updated_by

Bodyapplication/vnd.api+json
dataobjectrequired
includedArray of objects
Response
{ "data": { "id": "00000000-0000-0000-0000-000000000001", "type": "workflowExecutors", "links": {}, "attributes": {}, "relationships": {} }, "included": [ {} ] }