Skip to main content
GET
List project runs

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
Minimum string length: 1

Query Parameters

task_id
string

Provide the task id. Discover agent runs with this persisted task identity across conversations. Matches canonical task metadata or the first enqueue request; results are not task authorization evidence.

Required string length: 1 - 200
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9._:-]*$
limit
integer
default:100
Required range: 1 <= x <= 200
cursor
string
Minimum string length: 1
sort_by
enum<string>
default:created_at
Available options:
created_at,
status,
duration
sort_order
enum<string>
default:desc
Available options:
asc,
desc
status

Response

200 - application/json

Project runs

data
object[]
required
page_info
object
required

Pagination cursor values for traversing the result set.