cURL
curl --request GET \
--url https://davinci-app.com/api/v2/programmatic/projects \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"projects": [
{
"id": "<string>",
"projectId": "<string>",
"name": "<string>",
"ownerLicenseKey": "<string>",
"ownerUserId": "<string>",
"ownerOrgId": "<string>",
"visibility": "<string>",
"createdAt": "<string>",
"modifiedAt": "<string>"
}
],
"count": 1,
"page": 2,
"limit": 2,
"totalPages": 1
}
}Projects
List accessible projects
Returns a flat paginated list of projects visible to the authenticated API-key actor.
GET
https://davinci-app.com
/
api
/
v2
/
programmatic
/
projects
cURL
curl --request GET \
--url https://davinci-app.com/api/v2/programmatic/projects \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"projects": [
{
"id": "<string>",
"projectId": "<string>",
"name": "<string>",
"ownerLicenseKey": "<string>",
"ownerUserId": "<string>",
"ownerOrgId": "<string>",
"visibility": "<string>",
"createdAt": "<string>",
"modifiedAt": "<string>"
}
],
"count": 1,
"page": 2,
"limit": 2,
"totalPages": 1
}
}Documentation Index
Fetch the complete documentation index at: https://docs.davinci-app.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal access token. Programmatic reads require the projects:read scope.
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Response
Project page.
Hide child attributes
Hide child attributes
Hide child attributes
Hide child attributes
Required range:
x >= 0Required range:
x >= 1Required range:
x >= 1Required range:
x >= 0⌘I