Sequences
List dynamic sequences
Returns paginated sequence blueprints (dynamic sequences) for a sourcing.
GET
List dynamic sequences
Documentation Index
Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
Use this file to discover all available pages before exploring further.
First time? Set up Authentication
Learn how to authenticate your API requests with your API key.
blueprintId with Start sequence blueprint.
Path parameters
Sourcing id.
Query parameters
Zero-based page index.
Page size (max 50).
Optional case-insensitive filter on blueprint name.
Response
Whensuccess is true, data contains:
sequenceBlueprints— each item includes:blueprintIdnamesourcingIdcreatedAtupdatedAtstepsstepCountchannels— unique outreach types used in the blueprint (for exampleLINKEDIN,EMAIL)
pagination—page,pageSize,total,hasNextPage
workspaceId or userId fields.
Typical flow
- Create sourcing
- Add talent to sourcing
- List dynamic sequences (this endpoint) or Create sequence blueprint
- Start sequence blueprint
List dynamic sequences

