GET
/
api
/
public
/
observations
{
  "data": [
    {
      "id": "<string>",
      "traceId": "<string>",
      "type": "<string>",
      "name": "<string>",
      "startTime": {},
      "endTime": {},
      "completionStartTime": {},
      "model": "<string>",
      "modelParameters": {
        "property1": "<string>",
        "property2": "<string>"
      },
      "input": null,
      "version": "<string>",
      "metadata": null,
      "output": null,
      "usage": {
        "input": 123,
        "output": 123,
        "total": 123,
        "unit": "<string>",
        "inputCost": 123,
        "outputCost": 123,
        "totalCost": 123
      },
      "level": "<string>",
      "statusMessage": "<string>",
      "parentObservationId": "<string>",
      "promptId": "<string>",
      "usageDetails": {
        "property1": 123,
        "property2": 123
      },
      "costDetails": {
        "property1": 123,
        "property2": 123
      },
      "promptName": "<string>",
      "promptVersion": 123,
      "modelId": "<string>",
      "inputPrice": 123,
      "outputPrice": 123,
      "totalPrice": 123,
      "calculatedInputCost": 123,
      "calculatedOutputCost": 123,
      "calculatedTotalCost": 123,
      "latency": 123,
      "timeToFirstToken": 123
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the Get a list of observations response

data
array
required

List of observation data.

meta
object
required

Metadata for pagination.

Code Response

Exemples of Response Code

200

Request Successful Response

400

Request Failure