Create a Log Export

Create log export

POSThttps://api.portkey.ai/v1/logs/exports
Body
workspace_idstring
filters*GenerationsFilterSchema (object)
requested_data*LogExportsRequestedData (array of enum)
Response

Successful response

Body
id*string (uuid)

The unique identifier of the updated export

total*integer

The total number of items in the export

object*enum

The type of the object

export
Response
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "object": "export"
}

Last updated