v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Test events

List test events

Retrieve all test events for a project, optionally filtered by document ID.

get/api/projects/{projectId}/test-events

Path parameters

projectIdstring uuid required

ID of the project to list test events for

Query parameters

documentIdstring uuid

Filter test events by document ID

Response

List of test events matching the criteria

idstring uuid required

Unique identifier of the test event

namestring required

Name of the test event

contextstring required

JSON context data for the test event

category'private' | 'shared' | 'global' required

Category of the test event (private, shared, or global)

projectIdstring uuid required

ID of the project this test event belongs to

userIdstring uuid nullable

ID of the user who owns this test event (for private events)

documentIdstring uuid nullable

ID of the document this test event is associated with