Start a Log Export

Start log export

POSThttps://api.portkey.ai/v1/logs/exports/{exportId}/start
Path parameters
exportId*string
Response

Successful response

Body
message*string

A message indicating the status of the export task

object*enum

The type of the object

export
Response
{
  "message": "text",
  "object": "export"
}

Last updated