No Credit CostThis endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
Tasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Skip a Task endpoint to mark an existing task as skipped without completing it.
To find task IDs, use the Search for Tasks endpoint and identify the id value for the task you want to skip.
If the task no longer exists (for example, because the sequence it belonged to was paused and the task was removed), Apollo still returns a 200 response, with deleted: true on the task, instead of an error.
Calling this endpoint on a task that's already completed or skipped returns a 422 response.
To mark a task as done instead of skipping it, use the Complete a Task endpoint.