How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PostHog workflows API

The workflows API from PostHog — 28 operation(s) for workflows.

PostHog workflows API is one of 139 APIs that PostHog publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Workflows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and an AsyncAPI specification.

This API exposes 42 operations across 28 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://app.posthog.com/api.

42 operations 28 paths 23 schemas 4 DELETE16 GET4 PATCH16 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.posthog.com/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

PostHog workflows API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAPIKeyAuth).

Paths & Operations 42

Across 28 paths, the API surfaces 42 operations — 4 DELETE, 16 GET, 4 PATCH, 16 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

workflows 42
GET
/api/environments/{environment_id}/hog_flows/deprecated
environments_hog_flows_list 7 params → 200
POST
/api/environments/{environment_id}/hog_flows/deprecated
environments_hog_flows_create 1 param body → 201
GET
/api/environments/{environment_id}/hog_flows/{id}/deprecated
environments_hog_flows_retrieve 2 params → 200
PUT
/api/environments/{environment_id}/hog_flows/{id}/deprecated
environments_hog_flows_update 2 params body → 200
PATCH
/api/environments/{environment_id}/hog_flows/{id}/deprecated
environments_hog_flows_partial_update 2 params body → 200
DELETE
/api/environments/{environment_id}/hog_flows/{id}/deprecated
environments_hog_flows_destroy 2 params → 204
GET
/api/environments/{environment_id}/hog_flows/{id}/batch_jobs/deprecated
environments_hog_flows_batch_jobs_retrieve 2 params → 200
POST
/api/environments/{environment_id}/hog_flows/{id}/batch_jobs/deprecated
environments_hog_flows_batch_jobs_create 2 params body → 200
GET
/api/environments/{environment_id}/hog_flows/{id}/blocked_runs/deprecated
List workflow runs that were blocked by the dedup bug.
environments_hog_flows_blocked_runs_retrieve 2 params → 200
POST
/api/environments/{environment_id}/hog_flows/{id}/invocations/deprecated
environments_hog_flows_invocations_create 2 params body → 200
GET
/api/environments/{environment_id}/hog_flows/{id}/logs/deprecated
environments_hog_flows_logs_retrieve 8 params → 200
GET
/api/environments/{environment_id}/hog_flows/{id}/metrics/deprecated
environments_hog_flows_metrics_retrieve 9 params → 200
GET
/api/environments/{environment_id}/hog_flows/{id}/metrics/totals/deprecated
environments_hog_flows_metrics_totals_retrieve 9 params → 200
POST
/api/environments/{environment_id}/hog_flows/{id}/replay_all_blocked_runs/deprecated
Replay all blocked runs in a single bulk call to Node.
environments_hog_flows_replay_all_blocked_runs_create 2 params body → 200
POST
/api/environments/{environment_id}/hog_flows/{id}/replay_blocked_run/deprecated
Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log.
environments_hog_flows_replay_blocked_run_create 2 params body → 200
GET
/api/environments/{environment_id}/hog_flows/{id}/schedules/deprecated
environments_hog_flows_schedules_list 8 params → 200
POST
/api/environments/{environment_id}/hog_flows/{id}/schedules/deprecated
environments_hog_flows_schedules_create 8 params body → 200
PATCH
/api/environments/{environment_id}/hog_flows/{id}/schedules/{schedule_id}/deprecated
environments_hog_flows_schedules_partial_update 3 params body → 200
DELETE
/api/environments/{environment_id}/hog_flows/{id}/schedules/{schedule_id}/deprecated
environments_hog_flows_schedules_destroy 3 params → 204
POST
/api/environments/{environment_id}/hog_flows/bulk_delete/deprecated
environments_hog_flows_bulk_delete_create 1 param body → 200
POST
/api/environments/{environment_id}/hog_flows/user_blast_radius/deprecated
environments_hog_flows_user_blast_radius_create 1 param body → 200
GET
/api/projects/{project_id}/hog_flows/
hog_flows_list 7 params → 200
POST
/api/projects/{project_id}/hog_flows/
hog_flows_create 1 param body → 201
GET
/api/projects/{project_id}/hog_flows/{id}/
hog_flows_retrieve 2 params → 200
PUT
/api/projects/{project_id}/hog_flows/{id}/
hog_flows_update 2 params body → 200
PATCH
/api/projects/{project_id}/hog_flows/{id}/
hog_flows_partial_update 2 params body → 200
DELETE
/api/projects/{project_id}/hog_flows/{id}/
hog_flows_destroy 2 params → 204
GET
/api/projects/{project_id}/hog_flows/{id}/batch_jobs/
hog_flows_batch_jobs_retrieve 2 params → 200
POST
/api/projects/{project_id}/hog_flows/{id}/batch_jobs/
hog_flows_batch_jobs_create 2 params body → 200
GET
/api/projects/{project_id}/hog_flows/{id}/blocked_runs/
List workflow runs that were blocked by the dedup bug.
hog_flows_blocked_runs_retrieve 2 params → 200
POST
/api/projects/{project_id}/hog_flows/{id}/invocations/
hog_flows_invocations_create 2 params body → 200
GET
/api/projects/{project_id}/hog_flows/{id}/logs/
hog_flows_logs_retrieve 8 params → 200
GET
/api/projects/{project_id}/hog_flows/{id}/metrics/
hog_flows_metrics_retrieve 9 params → 200
GET
/api/projects/{project_id}/hog_flows/{id}/metrics/totals/
hog_flows_metrics_totals_retrieve 9 params → 200
POST
/api/projects/{project_id}/hog_flows/{id}/replay_all_blocked_runs/
Replay all blocked runs in a single bulk call to Node.
hog_flows_replay_all_blocked_runs_create 2 params body → 200
POST
/api/projects/{project_id}/hog_flows/{id}/replay_blocked_run/
Replay a single blocked run. Django fetches the event, Node creates the invocation and writes the log.
hog_flows_replay_blocked_run_create 2 params body → 200
GET
/api/projects/{project_id}/hog_flows/{id}/schedules/
hog_flows_schedules_list 8 params → 200
POST
/api/projects/{project_id}/hog_flows/{id}/schedules/
hog_flows_schedules_create 8 params body → 200
PATCH
/api/projects/{project_id}/hog_flows/{id}/schedules/{schedule_id}/
hog_flows_schedules_partial_update 3 params body → 200
DELETE
/api/projects/{project_id}/hog_flows/{id}/schedules/{schedule_id}/
hog_flows_schedules_destroy 3 params → 204
POST
/api/projects/{project_id}/hog_flows/bulk_delete/
hog_flows_bulk_delete_create 1 param body → 200
POST
/api/projects/{project_id}/hog_flows/user_blast_radius/
hog_flows_user_blast_radius_create 1 param body → 200

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are HogFlowMinimal (17 properties), HogFlow (17 properties), PatchedHogFlow (17 properties), HogFlowAction (10 properties). Each schema is shown below with its type and property counts.

AppMetricSeries
object
2 properties 2 required
HogFlowAction
object
10 properties 4 required
NullEnum
ExitConditionEnum
string
exitonconversion - Conversion exitontriggernotmatched - Trigger Not Matched exitontriggernotmatchedorconversion - Trigger Not Matched Or Conversion exitonlyate…
HogFlowSchedule
object
9 properties 7 required
HogFlowScheduleStatusEnum
string
active - Active paused - Paused completed - Completed
HogFunctionFiltersSourceEnum
string
events - events person-updates - person-updates data-warehouse-table - data-warehouse-table
AppMetricsResponse
object
2 properties 2 required
BlastRadiusRequest
object
2 properties 1 required
HogFunctionFilters
object
9 properties
OnErrorEnum
string
continue - continue abort - abort complete - complete branch - branch
AppMetricsTotalsResponse
object
1 property 1 required
PatchedHogFlow
object
17 properties
HogFlowMinimal
object
17 properties 17 required
HogFlowStatusEnum
string
draft - Draft active - Active archived - Archived
HogFlowMasking
object
4 properties 1 required
BlastRadius
object
2 properties 2 required
UserBasic
object
9 properties 4 required
HogFlow
object
17 properties 8 required
BlankEnum
RoleAtOrganizationEnum
string
engineering - Engineering data - Data product - Product Management founder - Founder leadership - Leadership marketing - Marketing sales - Sales / Success othe…
PaginatedHogFlowMinimalList
object
4 properties 2 required
PaginatedHogFlowScheduleList
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

posthog-workflows-api-openapi.yml Raw ↑

Other APIs PostHog publishes across the network.

PostHog Capture API
PostHog Query API
PostHog Persons API
PostHog Feature Flags API
PostHog Experiments API
PostHog Insights API
PostHog Cohorts API
PostHog Annotations API
PostHog actions API
PostHog activity_log API
PostHog activity_logs API
PostHog advanced_activity_logs API
Where this information came from

This is an independent, third-party profile of PostHog workflows API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.