v1
latestOpenAPI 3.1.02026-07-265094114.0 KBRetrieve Projects
Retrieve all Projects in your workspace
Query parameters
The user Id associated with the workspace
Filter by the project name
The maximum number of results to return
The number of results to skip before starting to collect the results
The sorting order for the projects
Start date for the created at filter
End date for the created at filter
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.
Response
List of projects
Example response
{
"requestId": "bce766ea-a4ef-48e5-9da1-d9602bfecf2d",
"resource": "projects",
"data": [
{
"id": "prj_073D2D49094A4AED991A47B614522579",
"name": "My Canvas",
"userId": "usr_073D2D49094A4AED991A47B614522579",
"appUrl": "https://app.jasper.ai/canvas/edit/962e4d4c-ffdc-4c7a-83e3-8f4e715004cf",
"accessLevel": "PRIVATE",
"settings": {
"goal": "Launch announcement for Q3 product release",
"toneId": "ton_535B1EC15F5F41EAB1B400E9ED4077B6",
"audienceId": "aud_535B1EC15F5F41EAB1B400E9ED4077B6",
"styleId": "sty_535B1EC15F5F41EAB1B400E9ED4077B6",
"knowledgeIds": [
"kno_535B1EC15F5F41EAB1B400E9ED4077B6"
]
},
"metadata": {
"externalId": "ext_123",
"source": "crm"
}
}
]
}