Search + K

Command Palette

Search for a command to run...

Sign In

get-/automation/v4/flows

GET /automation/v4/flows
Copy endpoint
https://api.hubapi.com

Parameters

query Query Parameters

Name Type
after
string
limit
number

Responses

200 application/json

successful operation

interface CollectionResponseApiFlowListingForwardPaging {
paging?: ForwardPaging
interface ForwardPaging {
next?: NextPage35;
}
;
results: ApiFlowListing
interface ApiFlowListing {
createdAt: string;
flowType: string;
id: string;
isEnabled: boolean;
name?: string;
objectTypeId: string;
revisionId: string;
updatedAt: string;
uuid?: string;
}
[]
;
}
default */*

An error occurred.

interface Error {
category: string;
context?: { };
correlationId: string;
errors?: ErrorDetail
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}