My App
APIEndpoints

POST /v1/exports

Create an export job for event data.

POST/v1/exports

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.hyrelog.com/v1/exports" \  -H "Content-Type: application/json" \  -d '{    "source": "HOT",    "format": "JSONL"  }'
{
  "jobId": "string",
  "status": "string"
}