List tasks
Returns a list of tasks. Uses cursor pagination.
Authorizations
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Query Parameters
Number of tasks to return per page (min: 1, max: 50, default: 25).
1 <= x <= 5025
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.
Filter tasks modified on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2024-11-01T00:00:00.000Z"
Filter tasks modified on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2024-11-30T23:59:59.999Z"
Filter tasks linked to any of these candidates. Provide 1 to 10 items.
1 - 10 elements["candidate-123", "candidate-456"]Filter tasks linked to any of these client contacts. Provide 1 to 10 items.
1 - 10 elements["client-contact-123", "client-contact-456"]Filter tasks linked to any of these jobs. Provide 1 to 10 items.
1 - 10 elements["job-123", "job-456"]Filter tasks linked to any of these companies. Provide 1 to 10 items.
1 - 10 elements["company-123", "company-456"]Filter tasks linked to any of these opportunities. Provide 1 to 10 items.
1 - 10 elements["opportunity-123", "opportunity-456"]Filter tasks by source. Provide 1 to 10 items.
1 - 10 elementsMANUAL, AI_SUGGESTION, OUTREACH_SEQUENCE_STEP, AUTOMATION ["MANUAL", "AUTOMATION"]Filter tasks that have any of the given label IDs. Provide 1 to 10 items.
1 - 10 elements["label-123", "label-456"]
