Retrieve sequence
Retrieve details of a specific sequence in your HubSpot account using the sequence ID. This endpoint provides comprehensive information about the sequence, including its settings, steps, and dependencies. It is useful for obtaining sequence configurations and understanding the sequence’s structure and components. Please note: the scopes for this endpoint requires user-level access and will not work for existing apps with portal-level access.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the sequence to retrieve.
Response
successful operation
The date and time when the sequence was created, in ISO 8601 format.
An array of dependencies between steps in the sequence, each represented by a PublicSequenceStepDependencyResponse object.
The unique identifier for the sequence.
The name of the sequence.
An array of steps included in the sequence, each represented by a PublicSequenceStepResponseV2 object.
The date and time when the sequence was last updated, in ISO 8601 format.
The unique identifier of the user who owns the sequence.
The identifier for the folder containing the sequence.