List Project Recent Task Runs By Task

List visible tasks in a project with recent visible task runs nested under each task. This endpoint paginates tasks, not task runs. Each task includes up to `runs_per_task` recent runs visible to the requesting user, ordered newest first. Tasks with no visible runs are still included with an empty `recent_runs` array. Visibility follows the same task-run visibility rules used by the project task-run list: users may see all runs for some tasks, only their own runs for others, or no runs at all while still being able to view the task itself.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Query parameters

page_limitintegerOptional1-100Defaults to 100
Maximum number of tasks to return per page.
cursorstringOptional
Pagination cursor for the next page of tasks.
runs_per_taskintegerOptional1-50Defaults to 30
Maximum number of recent visible task runs to include for each task.

Response

Paginated list of tasks with recent visible task runs.
resultslist of objects
The list of items returned for the current page.
paginationobject or null
Contains pagination information for the result set.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error