cURL
curl --request GET \ --url https://api.example.com/api/reports/{id} \ --cookie better-auth.session_token=
{ "id": "<string>", "userId": "<string>", "name": "<string>", "type": "table", "query": {}, "config": {}, "createdAt": "<string>", "updatedAt": "<string>", "organizationId": "<string>", "description": "<string>" }
Returns a single report by ID.
Default Response
table
Show child attributes
Was this page helpful?