Skip to content

Output Task

GET
/projects/{project_pk}/tasks/{id}/output/

An optional “line” query param can be passed to retrieve only the output starting from a certain line number.

An optional “limit” query param can be passed to limit the number of lines to be returned

An optional “f” query param can be either: “text” (default), “json” or “raw”

id
required
string format: uuid

A UUID string identifying this Task.

project_pk
required
string