Skip to main content
GET
Get single log
This endpoint retrieves the complete object for a single log within a dataset, including all prompt/completion text and metadata.

Authentication

  • JWT: Authorization: Bearer <JWT token>
Request example:
Response (200 OK):
Errors:
  • 401 Unauthorized — Missing/invalid authentication
  • 404 Not Found — Log not found in the dataset or dataset not found
Notes:
  • This endpoint returns the complete log object, including full prompt and completion text
  • The endpoint uses JWT authentication (not API key)