Skip to main content
GET
List request traces for a deployment the caller's workspace owns.

Path Parameters

deployment_id
string
required

Deployment ID

page
integer<int32> | null
required

1-based page.

Required range: x >= 0
limit
integer<int32> | null
required

Page size, 1..=100 (default 20).

Required range: x >= 0
from
string | null
required

ISO-8601 lower bound on trace time.

to
string | null
required

ISO-8601 upper bound on trace time.

Response

200 - application/json

Paged trace list ({object, data, page, limit, total_items, total_pages}); each item is a trace with input/output bodies, tags, and metadata.veri_request_id cross-linking to GET /requests