Skip to main content
GET
/
traces
/
group
/
{group_id}
Get Traces by Group
curl --request GET \
  --url https://api.promptmetrics.dev/traces/group/{group_id} \
  --header 'Authorization: Bearer <token>'
{
  "responseData": {
    "data": [
      {}
    ],
    "total": 123,
    "page": 123,
    "pages": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string
required

Response

200 - application/json

Traces

responseData
object