API referenceOutputs
List distinct task names
Returns the union of registered project tasks and task names inferred from historical outputs.
get
https://www.tracira.com/api/logs/tasksAuthorizationBearer <token>
Workspace webhook token from Settings -> Integrations.
In: header
Query Parameters
project?string
Optional project name filter.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/logs/tasks"[ "string"]{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}