Complete a Task

No Credit Cost

This 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 Complete a Task endpoint to mark an existing task as completed.

To find task IDs, use the Search for Tasks endpoint and identify the id value for the task you want to complete.

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.

To skip a task instead of completing it, use the Skip a Task endpoint.

Calling this endpoint on a task that's already completed or skipped returns a 422 response.

Path Params
string
required

The Apollo ID for the task.

To find task IDs, call the Search for Tasks endpoint and identify the id value for the task.

Example: 67a1b2c3d4e5f60001234567

Body Params
string

An optional note to record when completing the task.

Example: Left a voicemail, will follow up next week.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain