{ "opencollection": "1.0.0", "info": { "name": "Llama Platform Agent Data Sheets API", "version": "0.1.0" }, "items": [ { "info": { "name": "Sheets", "type": "folder" }, "items": [ { "info": { "name": "List Spreadsheet Jobs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/beta/sheets/jobs", "params": [ { "name": "include_results", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Filter by job status" }, { "name": "job_ids", "value": "", "type": "query", "description": "Filter by specific job IDs" }, { "name": "configuration_id", "value": "", "type": "query", "description": "Filter by saved configuration ID" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" }, { "name": "created_at_on_or_after", "value": "", "type": "query", "description": "Include items created at or after this timestamp (inclusive)" }, { "name": "created_at_on_or_before", "value": "", "type": "query", "description": "Include items created at or before this timestamp (inclusive)" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List spreadsheet parsing jobs. Experimental: not production-ready and subject to change." }, { "info": { "name": "Create Spreadsheet Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/beta/sheets/jobs", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a spreadsheet parsing job.\n\nProvide at most one of `configuration` (an inline parsing configuration) or `configuration_id` (a saved configuration preset). If neither is provided, a default configuration is used. Optionally include `webhook_configurations` to receive `sheets.*` status notifications.\n\nExperimental: not production-ready and subject to change." }, { "info": { "name": "Get Spreadsheet Job", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/beta/sheets/jobs/:spreadsheet_job_id", "params": [ { "name": "spreadsheet_job_id", "value": "", "type": "path" }, { "name": "include_results", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query", "description": "Optional fields to populate on the response. Valid values: metadata_state_transitions." }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a spreadsheet parsing job. When `include_results=True` (default), embeds extracted regions and results if complete, skipping the separate `/results` call. Experimental: not production-ready and subject to change." }, { "info": { "name": "Delete Spreadsheet Job", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/beta/sheets/jobs/:spreadsheet_job_id", "params": [ { "name": "spreadsheet_job_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a spreadsheet parsing job and its associated data. Experimental: not production-ready and subject to change." }, { "info": { "name": "Get Result Region", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/beta/sheets/jobs/:spreadsheet_job_id/regions/:region_id/result/:region_type", "params": [ { "name": "spreadsheet_job_id", "value": "", "type": "path" }, { "name": "region_id", "value": "", "type": "path" }, { "name": "region_type", "value": "", "type": "path" }, { "name": "expires_at_seconds", "value": "", "type": "query" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a presigned URL to download a specific extracted region. Experimental: not production-ready and subject to change." } ] } ], "bundled": true }