Tracira
API referenceLogs

List distinct task names

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

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