Tracira
API referenceOutputs

List distinct task names

Returns the union of registered project tasks and task names inferred from historical outputs.

gethttps://www.tracira.com/api/logs/tasks
GET
/api/logs/tasks

Authorization

AuthorizationBearer <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"  }}