Retrieve Projects

Retrieve all Projects in your workspace

Query Params
string

The user Id associated with the workspace

string

Filter by the project name

number
≤ 50
Defaults to 50

The maximum number of results to return

number
Defaults to 1

The number of results to skip before starting to collect the results

string
enum
Defaults to LAST_UPDATED

The sorting order for the projects

Allowed:
string

Start date for the created at filter

string

End date for the created at filter

string

IQ-style search query. Combine up to 10 filters with AND. Supported tokens: userId:<id> (equality on the project owner), metadata[<key>]:<value> (equality on the project metadata JSONB column). Example: userId:usr_535B1EC15F5F41EAB1B400E9ED4077B6 AND metadata[source]:crm. The query is matched in SQL against the projects table — every recognised token contributes an additive AND predicate to the underlying where clause.

Responses

400

Bad request. May be missing required inputs or may have badly formatted inputs.

401

Unauthorized access to the workspace.

404

Not found. May have an incorrect URL path.

500

Internal server error. Unable to get projects.

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