Get the active instructions
Returns the active hosted-instructions text for a project and task. Without `project`/`task` query parameters it lists the workspace's instruction docs instead.
Authorization
webhookToken Workspace webhook token from Settings -> Integrations.
In: header
Query Parameters
Project name - must match the project used when creating logs.
Task name - must match the task used when creating logs.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/instructions?project=string&task=string"{ "content": "string", "version": 0, "updatedAt": "2019-08-24T14:15:22Z"}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}{ "error": "string", "code": "string", "fields": { "property1": "string", "property2": "string" }}Upload a file POST
Returns a short-lived URL to upload one file directly to Tracira storage, bypassing the 4.5 MB request-body cap.
Get or seed instructions POST
Fetches the active instructions, creating them first when none exist. Call this at the start of an automation run: if the doc is missing and `default` is provided, the default becomes version 1 (`source: seed`) and is returned - so a shipped template works with zero setup. When the doc exists, `default` is ignored and the stored text always wins.