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_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Query parameters
page_limit
Maximum number of tasks to return per page.
cursor
Pagination cursor for the next page of tasks.
runs_per_task
Maximum number of recent visible task runs to include for each task.
Response
Paginated list of tasks with recent visible task runs.
results
The list of items returned for the current page.
pagination
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
