Skip to main content
GET
/
v1
/
stats
/
dynamic-table-data
Retrieve tabular data for custom reporting
curl --request GET \
  --url https://api.example.com/v1/stats/dynamic-table-data \
  --header 'Authorization: Bearer <token>'
{
  "code": "001-001-0001",
  "message": "The requested resource was not found"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

start_date
string<date-time>
required

Start of date range (UTC)

end_date
string<date-time>
required

End of date range (UTC)

client_prompt_template_name
string
required

Name of the analysis model

Response

Successful Response