integrations
Get All Integrations
Returns all inbound integrations associated with the authenticated user’s company, optionally filtered by workspace ID.
GET
The Get All Integrations endpoint retrieves a list of all integration flows associated with your company. Each integration flow represents a configured workflow that connects your system with external services or processes data in a specific way.
Response
The response includes an array of integration flows, each containing:
- Unique identifiers and metadata
- Configuration details
- Current status and execution history
- Steps and variables defined in the flow
- Associated tags and categories
For detailed schema information, refer to the API specification above.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Optional Workspace ID to filter integrations. Defaults to 'default' if not specified.
Response
200 - application/json
Integration response
The response is of type object
.