Skip to main content
GET
List Deliverables

Overview

The List Deliverables endpoint returns all deliverables across all projects for your organization. Each project has a single deliverable that contains the primary output for that project.

Request

Headers

string
required
Bearer token with your Partner API key

Query Parameters

number
Filter deliverables for a specific account.
string
Filter by project type: tax_return, quarterly_estimate, tax_planning, equity_planning.
string
Filter by status: draft, completed, delivered.
integer
Number of deliverables to return (1-100, default 50).
integer
Number of deliverables to skip for pagination.

Response

array
Array of deliverable objects, each representing the single deliverable for a project.
integer
Total number of deliverables matching filters.
boolean
Whether more deliverables are available for pagination.

Examples

Sample Response