{
"data": [
{
"id": "<unknown>",
"type": "<string>",
"attributes": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"has_finished": true,
"total_events": 0,
"flagged_events": 0
}
}
],
"links": {
"next": "<string>"
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Tests
List Tests
Lists all tests for a given project that the requesting user has at minimum read access to.
GET
/
v1
/
beta
/
projects
/
{project_id}
/
tests
{
"data": [
{
"id": "<unknown>",
"type": "<string>",
"attributes": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"has_finished": true,
"total_events": 0,
"flagged_events": 0
}
}
],
"links": {
"next": "<string>"
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

