v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Projects

Get all projects

Returns all projects. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

get/projects

Query parameters

cursorstring

For pagination, the marker (an opaque string value) representing the first item on the next page

limitinteger
Example:100

For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.

filter_idinteger

The ID of the filter to use

statusstring
Example:open,completed

If supplied, includes only projects with the specified statuses. Possible values are open, completed, canceled and deleted. By default deleted projects are not returned.

phase_idinteger

If supplied, only projects in specified phase are returned

include_archivedboolean

If supplied with true then archived projects are also included in the response. By default only not archived projects are returned.

Response

A list of projects.

successboolean