Skip to main content
GET
Retrieve a paginated list of all workflow templates in your HookPulse account.

Base URL

All API requests should be made to:

Example request

Query parameters

Example response

Response fields

Data array

Meta object

Root fields

Error Responses

If the page is out of range, you will receive:

Execution Modes

The runtype field indicates the execution mode of each workflow:
  • fifo_sequential: Steps execute in strict sequential order, with full support for all template variables
  • concurrently: Steps execute in parallel, with limited variable support (only system secrets are evaluated)
For more details about execution modes, see the Workflow Template Overview.

Authorizations

x-hookpulse-api-key
string
header
required

API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.

x-brand-uuid
string
header
required

Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.

Query Parameters

page
integer<int32>
required

Page number to retrieve (starts from 1)

Required range: x >= 1

Response

Successful response

data
object[]

Array of workflow template objects

meta
object
success
boolean

Indicates if the request was successful

timezone
string

IANA timezone identifier indicating the timezone used for all timestamps in the response (matches your brand's selected timezone)