Skip to main content
GET
List dynamic sequences

First time? Set up Authentication

Learn how to authenticate your API requests with your API key.
Lists sequence blueprints attached to a sourcing. Use a returned blueprintId with Start sequence blueprint.

Path parameters

string
required
Sourcing id.

Query parameters

integer
default:"0"
Zero-based page index.
integer
default:"20"
Page size (max 50).
Optional case-insensitive filter on blueprint name.

Response

When success is true, data contains:
  • sequenceBlueprints — each item includes:
    • blueprintId
    • name
    • sourcingId
    • createdAt
    • updatedAt
    • steps
    • stepCount
    • channels — unique outreach types used in the blueprint (for example LINKEDIN, EMAIL)
  • paginationpage, pageSize, total, hasNextPage
Returned steps do not expose internal workspaceId or userId fields.

Typical flow

  1. Create sourcing
  2. Add talent to sourcing
  3. List dynamic sequences (this endpoint) or Create sequence blueprint
  4. Start sequence blueprint