{ "opencollection": "1.0.0", "info": { "name": "PostHog actions workflows API", "version": "1.0.0" }, "items": [ { "info": { "name": "workflows", "type": "folder" }, "items": [ { "info": { "name": "environments_hog_flows_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/", "params": [ { "name": "created_at", "value": "", "type": "query" }, { "name": "created_by", "value": "", "type": "query" }, { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." }, { "name": "id", "value": "", "type": "query" }, { "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": "updated_at", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/", "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_hog_flows_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/: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 hog flow." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/: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 hog flow." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/: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 hog flow." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/: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 hog flow." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_batch_jobs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/batch_jobs/", "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 hog flow." } ] } }, { "info": { "name": "environments_hog_flows_batch_jobs_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/batch_jobs/", "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 hog flow." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environments_hog_flows_blocked_runs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/blocked_runs/", "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 hog flow." } ] }, "docs": "List workflow runs that were blocked by the dedup bug." }, { "info": { "name": "environments_hog_flows_invocations_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/invocations/", "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 hog flow." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environments_hog_flows_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/: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 hog flow." }, { "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." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_metrics_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/metrics/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Start of the time range. Accepts relative formats like '-7d', '-24h' or ISO 8601 timestamps. Defaults to '-7d'." }, { "name": "before", "value": "", "type": "query", "description": "End of the time range. Same format as 'after'. Defaults to now." }, { "name": "breakdown_by", "value": "", "type": "query", "description": "Group the series by metric 'name' or 'kind'. Defaults to 'kind'.\n\n* `name` - name\n* `kind` - kind" }, { "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 hog flow." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter metrics to a specific execution instance." }, { "name": "interval", "value": "", "type": "query", "description": "Time bucket size for the series. One of: hour, day, week. Defaults to 'day'.\n\n* `hour` - hour\n* `day` - day\n* `week` - week" }, { "name": "kind", "value": "", "type": "query", "description": "Comma-separated metric kinds to filter by, e.g. 'success,failure'." }, { "name": "name", "value": "", "type": "query", "description": "Comma-separated metric names to filter by." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_metrics_totals_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/metrics/totals/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Start of the time range. Accepts relative formats like '-7d', '-24h' or ISO 8601 timestamps. Defaults to '-7d'." }, { "name": "before", "value": "", "type": "query", "description": "End of the time range. Same format as 'after'. Defaults to now." }, { "name": "breakdown_by", "value": "", "type": "query", "description": "Group the series by metric 'name' or 'kind'. Defaults to 'kind'.\n\n* `name` - name\n* `kind` - kind" }, { "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 hog flow." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter metrics to a specific execution instance." }, { "name": "interval", "value": "", "type": "query", "description": "Time bucket size for the series. One of: hour, day, week. Defaults to 'day'.\n\n* `hour` - hour\n* `day` - day\n* `week` - week" }, { "name": "kind", "value": "", "type": "query", "description": "Comma-separated metric kinds to filter by, e.g. 'success,failure'." }, { "name": "name", "value": "", "type": "query", "description": "Comma-separated metric names to filter by." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "environments_hog_flows_replay_all_blocked_runs_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/replay_all_blocked_runs/", "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 hog flow." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replay all blocked runs in a single bulk call to Node." }, { "info": { "name": "environments_hog_flows_replay_blocked_run_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/replay_blocked_run/", "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 hog flow." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log." }, { "info": { "name": "environments_hog_flows_schedules_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/schedules/", "params": [ { "name": "created_at", "value": "", "type": "query" }, { "name": "created_by", "value": "", "type": "query" }, { "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 hog flow." }, { "name": "id", "value": "", "type": "query" }, { "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": "updated_at", "value": "", "type": "query" } ] } }, { "info": { "name": "environments_hog_flows_schedules_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/schedules/", "params": [ { "name": "created_at", "value": "", "type": "query" }, { "name": "created_by", "value": "", "type": "query" }, { "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 hog flow." }, { "name": "id", "value": "", "type": "query" }, { "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": "updated_at", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environments_hog_flows_schedules_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/schedules/:schedule_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 hog flow." }, { "name": "schedule_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environments_hog_flows_schedules_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/:id/schedules/:schedule_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 hog flow." }, { "name": "schedule_id", "value": "", "type": "path" } ] } }, { "info": { "name": "environments_hog_flows_bulk_delete_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/bulk_delete/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environments_hog_flows_user_blast_radius_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/environments/:environment_id/hog_flows/user_blast_radius/", "params": [ { "name": "environment_id", "value": "", "type": "path", "description": "Deprecated. Use /api/projects/{project_id}/ instead." } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "hog_flows_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/", "params": [ { "name": "created_at", "value": "", "type": "query" }, { "name": "created_by", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "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": "updated_at", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "hog_flows_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/", "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": "hog_flows_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "hog_flows_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "hog_flows_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "hog_flows_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "hog_flows_batch_jobs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/batch_jobs/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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/." } ] } }, { "info": { "name": "hog_flows_batch_jobs_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/batch_jobs/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "{}" } } }, { "info": { "name": "hog_flows_blocked_runs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/blocked_runs/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "List workflow runs that were blocked by the dedup bug." }, { "info": { "name": "hog_flows_invocations_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/invocations/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "{}" } } }, { "info": { "name": "hog_flows_logs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/: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 hog flow." }, { "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." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "hog_flows_metrics_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/metrics/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Start of the time range. Accepts relative formats like '-7d', '-24h' or ISO 8601 timestamps. Defaults to '-7d'." }, { "name": "before", "value": "", "type": "query", "description": "End of the time range. Same format as 'after'. Defaults to now." }, { "name": "breakdown_by", "value": "", "type": "query", "description": "Group the series by metric 'name' or 'kind'. Defaults to 'kind'.\n\n* `name` - name\n* `kind` - kind" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter metrics to a specific execution instance." }, { "name": "interval", "value": "", "type": "query", "description": "Time bucket size for the series. One of: hour, day, week. Defaults to 'day'.\n\n* `hour` - hour\n* `day` - day\n* `week` - week" }, { "name": "kind", "value": "", "type": "query", "description": "Comma-separated metric kinds to filter by, e.g. 'success,failure'." }, { "name": "name", "value": "", "type": "query", "description": "Comma-separated metric names to filter by." }, { "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": "hog_flows_metrics_totals_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/metrics/totals/", "params": [ { "name": "after", "value": "", "type": "query", "description": "Start of the time range. Accepts relative formats like '-7d', '-24h' or ISO 8601 timestamps. Defaults to '-7d'." }, { "name": "before", "value": "", "type": "query", "description": "End of the time range. Same format as 'after'. Defaults to now." }, { "name": "breakdown_by", "value": "", "type": "query", "description": "Group the series by metric 'name' or 'kind'. Defaults to 'kind'.\n\n* `name` - name\n* `kind` - kind" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "name": "instance_id", "value": "", "type": "query", "description": "Filter metrics to a specific execution instance." }, { "name": "interval", "value": "", "type": "query", "description": "Time bucket size for the series. One of: hour, day, week. Defaults to 'day'.\n\n* `hour` - hour\n* `day` - day\n* `week` - week" }, { "name": "kind", "value": "", "type": "query", "description": "Comma-separated metric kinds to filter by, e.g. 'success,failure'." }, { "name": "name", "value": "", "type": "query", "description": "Comma-separated metric names to filter by." }, { "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": "hog_flows_replay_all_blocked_runs_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/replay_all_blocked_runs/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "{}" } }, "docs": "Replay all blocked runs in a single bulk call to Node." }, { "info": { "name": "hog_flows_replay_blocked_run_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/replay_blocked_run/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "{}" } }, "docs": "Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log." }, { "info": { "name": "hog_flows_schedules_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/schedules/", "params": [ { "name": "created_at", "value": "", "type": "query" }, { "name": "created_by", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "name": "id", "value": "", "type": "query" }, { "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": "updated_at", "value": "", "type": "query" } ] } }, { "info": { "name": "hog_flows_schedules_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/schedules/", "params": [ { "name": "created_at", "value": "", "type": "query" }, { "name": "created_by", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "name": "id", "value": "", "type": "query" }, { "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": "updated_at", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "hog_flows_schedules_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/schedules/:schedule_id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "schedule_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "hog_flows_schedules_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/:id/schedules/:schedule_id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this hog flow." }, { "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": "schedule_id", "value": "", "type": "path" } ] } }, { "info": { "name": "hog_flows_bulk_delete_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/bulk_delete/", "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": "{}" } } }, { "info": { "name": "hog_flows_user_blast_radius_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/hog_flows/user_blast_radius/", "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": "{}" } } } ] } ], "bundled": true }