Move multiple rows from a list to a sequence.
Adds the specified rows to a sequence as new members. Optionally removes them from the source list and applies custom field mappings.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Path Parameters
Body
Move operation data
Request body for moving rows from a list to a sequence
Array of row IDs (UUIDs) to move
Target sequence ID (UUID). Must belong to the same company as the list.
Company ID that owns the list. Required when authenticating with a personal access key (pak_…) — the key is not tied to a specific company so the server cannot infer it. Required when authenticating with a company API key only if the key belongs to a user who has access to multiple companies; otherwise it defaults to the key's company. Optional for JWT (dashboard) auth — defaults to the user's active company.
Optional custom field mappings: {"email"?: string, "phone"?: string, "linkedinUrl"?: string}. Maps list column names to the corresponding sequence member fields.
If true, successfully moved rows are deleted from the source list after being added to the sequence. Default: false (copy).
Response
Move result
Result of a move-to-list or move-to-sequence operation
Number of rows successfully added to the target
Number of rows that failed to move
Per-row failure details
Human-readable success message
True if rows were removed from the source list (only set when removeFromList=true was requested and at least one row was moved successfully)

