{ "opencollection": "1.0.0", "info": { "name": "Lunary Analytics Runs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "List runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/runs", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "List runs" }, { "info": { "name": "Get run usage statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/runs/usage" }, "docs": "Get run usage statistics" }, { "info": { "name": "Export runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/runs/export" }, "docs": "Export runs" }, { "info": { "name": "Get run", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/runs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get run" }, { "info": { "name": "Delete run", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lunary.ai/v1/runs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete run" }, { "info": { "name": "Update run visibility", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/runs/:id/visibility", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update run visibility" }, { "info": { "name": "Update run tags", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/runs/:id/tags", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update run tags" }, { "info": { "name": "Update run feedback", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/runs/:id/feedback", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update run feedback" }, { "info": { "name": "Update run score", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/runs/:id/score", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update run score" }, { "info": { "name": "List related runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/runs/:id/related", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List related runs" }, { "info": { "name": "Ingest run events", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/runs/ingest", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Ingest run events" } ] } ], "bundled": true }