{ "opencollection": "1.0.0", "info": { "name": "PostHog actions batch_exports API", "version": "1.0.0" }, "items": [ { "info": { "name": "batch_exports", "type": "folder" }, "items": [ { "info": { "name": "environments_batch_exports_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_backfills_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/backfills/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for BatchExportBackfill models.\n\nAllows creating and reading backfills, but not updating or deleting them." }, { "info": { "name": "environments_batch_exports_backfills_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/backfills/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new backfill for a BatchExport." }, { "info": { "name": "environments_batch_exports_backfills_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/backfills/:id/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export backfill." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for BatchExportBackfill models.\n\nAllows creating and reading backfills, but not updating or deleting them." }, { "info": { "name": "environments_batch_exports_backfills_cancel_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/backfills/:id/cancel/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export backfill." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a batch export backfill." }, { "info": { "name": "environments_batch_exports_runs_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/runs/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_runs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/runs/:id/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_runs_cancel_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/runs/:id/cancel/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a batch export run." }, { "info": { "name": "environments_batch_exports_runs_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/runs/:id/logs/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Only return entries after this ISO 8601 timestamp." }, { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "before", "value": "", "type": "query", "description": "Only return entries before this ISO 8601 timestamp." }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter logs to a specific execution instance." }, { "name": "level", "value": "", "type": "query", "description": "Comma-separated log levels to include, e.g. 'WARN,ERROR'. Valid levels: DEBUG, LOG, INFO, WARN, ERROR." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of log entries to return (1-500, default 50)." }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive substring search across log messages." } ] } }, { "info": { "name": "environments_batch_exports_runs_retry_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:batch_export_id/runs/:id/retry/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a batch export run.\n\nWe use the same underlying mechanism as when backfilling a batch export, as retrying\na run is the same as backfilling one run." }, { "info": { "name": "environments_batch_exports_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/logs/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Only return entries after this ISO 8601 timestamp." }, { "name": "before", "value": "", "type": "query", "description": "Only return entries before this ISO 8601 timestamp." }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter logs to a specific execution instance." }, { "name": "level", "value": "", "type": "query", "description": "Comma-separated log levels to include, e.g. 'WARN,ERROR'. Valid levels: DEBUG, LOG, INFO, WARN, ERROR." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of log entries to return (1-500, default 50)." }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive substring search across log messages." } ] } }, { "info": { "name": "environments_batch_exports_pause_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/pause/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Pause a BatchExport." }, { "info": { "name": "environments_batch_exports_run_test_step_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/run_test_step/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_unpause_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/:id/unpause/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Unpause a BatchExport." }, { "info": { "name": "environments_batch_exports_run_test_step_new_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/run_test_step_new/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_batch_exports_test_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/batch_exports/test/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/logs/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Only return entries after this ISO 8601 timestamp." }, { "name": "before", "value": "", "type": "query", "description": "Only return entries before this ISO 8601 timestamp." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter logs to a specific execution instance." }, { "name": "level", "value": "", "type": "query", "description": "Comma-separated log levels to include, e.g. 'WARN,ERROR'. Valid levels: DEBUG, LOG, INFO, WARN, ERROR." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of log entries to return (1-500, default 50)." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive substring search across log messages." } ] } }, { "info": { "name": "org_organizations_batch_exports_pause_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/pause/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Pause a BatchExport." }, { "info": { "name": "org_organizations_batch_exports_run_test_step_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/run_test_step/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_unpause_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/:id/unpause/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Unpause a BatchExport." }, { "info": { "name": "org_organizations_batch_exports_run_test_step_new_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/run_test_step_new/", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "org_organizations_batch_exports_test_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/organizations/:organization_id/batch_exports/test/", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_backfills_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/backfills/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for BatchExportBackfill models.\n\nAllows creating and reading backfills, but not updating or deleting them." }, { "info": { "name": "batch_exports_backfills_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/backfills/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new backfill for a BatchExport." }, { "info": { "name": "batch_exports_backfills_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/backfills/:id/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export backfill." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet for BatchExportBackfill models.\n\nAllows creating and reading backfills, but not updating or deleting them." }, { "info": { "name": "batch_exports_backfills_cancel_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/backfills/:id/cancel/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export backfill." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a batch export backfill." }, { "info": { "name": "batch_exports_runs_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/runs/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_runs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/runs/:id/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_runs_cancel_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/runs/:id/cancel/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a batch export run." }, { "info": { "name": "batch_exports_runs_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/runs/:id/logs/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Only return entries after this ISO 8601 timestamp." }, { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "before", "value": "", "type": "query", "description": "Only return entries before this ISO 8601 timestamp." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter logs to a specific execution instance." }, { "name": "level", "value": "", "type": "query", "description": "Comma-separated log levels to include, e.g. 'WARN,ERROR'. Valid levels: DEBUG, LOG, INFO, WARN, ERROR." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of log entries to return (1-500, default 50)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive substring search across log messages." } ] } }, { "info": { "name": "batch_exports_runs_retry_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:batch_export_id/runs/:id/retry/", "params": [ { "name": "batch_export_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export run." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a batch export run.\n\nWe use the same underlying mechanism as when backfilling a batch export, as retrying\na run is the same as backfilling one run." }, { "info": { "name": "batch_exports_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/logs/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Only return entries after this ISO 8601 timestamp." }, { "name": "before", "value": "", "type": "query", "description": "Only return entries before this ISO 8601 timestamp." }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter logs to a specific execution instance." }, { "name": "level", "value": "", "type": "query", "description": "Comma-separated log levels to include, e.g. 'WARN,ERROR'. Valid levels: DEBUG, LOG, INFO, WARN, ERROR." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of log entries to return (1-500, default 50)." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive substring search across log messages." } ] } }, { "info": { "name": "batch_exports_pause_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/pause/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Pause a BatchExport." }, { "info": { "name": "batch_exports_run_test_step_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/run_test_step/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_unpause_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/:id/unpause/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this batch export." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Unpause a BatchExport." }, { "info": { "name": "batch_exports_run_test_step_new_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/run_test_step_new/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "batch_exports_test_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/batch_exports/test/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }