Get workflow

Get workflow

Fetch a single workflow by ID, enriched with app/database flags.

GET/api/workflows/{id}
Path parameters
idstringrequired

Request

curl
curl -X GET https://trickest.io/api/workflows/{id} \
  -H "Authorization: Bearer $TRICKEST_TOKEN"

Responses

200Workflow details
idstringrequired
namestringrequired
descriptionstring
space_idstring
space_infostring
space_namestring
project_idstring
project_infostring
project_namestring
vault_idstring
authorstring
created_datestringrequired
modified_datestringrequired
is_copyboolean
playgroundboolean
is_templateboolean
is_moduleboolean
execution_countnumber
run_countnumber
last_execution_datestring
last_execution_statusstring
latest_versionstring
schedule_infoobject

executingboolean
colorstring
solution_idstring
has_appboolean
has_databaseboolean
metadataobject
400Bad Request – validation error or malformed input
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

401Unauthorized – missing or expired token
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

403Forbidden – insufficient permissions
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

429Too Many Requests – rate limited
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

500Internal Server Error
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.