{ "opencollection": "1.0.0", "info": { "name": "PostHog actions notebooks API", "version": "1.0.0" }, "items": [ { "info": { "name": "notebooks", "type": "folder" }, "items": [ { "info": { "name": "notebooks_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/", "params": [ { "name": "contains", "value": "", "type": "query", "description": "Filter for notebooks that match a provided filter.\n Each match pair is separated by a colon,\n multiple match pairs can be sent separated by a space or a comma" }, { "name": "created_by", "value": "", "type": "query", "description": "The UUID of the Notebook's creator" }, { "name": "date_from", "value": "", "type": "query", "description": "Filter for notebooks created after this date & time" }, { "name": "date_to", "value": "", "type": "query", "description": "Filter for notebooks created before this date & time" }, { "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/." }, { "name": "user", "value": "", "type": "query", "description": "If any value is provided for this parameter, return notebooks created by the logged in user." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/", "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}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Hard delete of this model is not allowed. Use a patch API call to set \"deleted\" to true" }, { "info": { "name": "notebooks_activity_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/activity/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_collab_save_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/collab/save/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_collab_stream_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/collab/stream/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_hogql_execute_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/hogql/execute/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_config_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/config/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_dataframe_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/dataframe/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ] }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_execute_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/execute/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_execute_stream_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/execute/stream/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_restart_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/restart/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_start_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/start/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_status_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/status/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ] }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_kernel_stop_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/:short_id/kernel/stop/", "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/." }, { "name": "short_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_all_activity_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/activity/", "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/." } ] }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." }, { "info": { "name": "notebooks_recording_comments_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/notebooks/recording_comments/", "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/." } ] }, "docs": "The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement." } ] } ], "bundled": true }