cURL
Projects
List Projects
List projects in an organization, filtered to those the caller has projects.read on. Org admins (with projects.read on projects:*) see everything; scoped users see only the projects covered by their attachments.
GET
cURL
Organization admins will retrieve a list of all projects in the organization. Other users will retrieve a list of projects they have access to.
Use the
view query parameter to control the response detail level. The default list view returns a lightweight ProjectPreview per project. Pass view=full to get the same rich ProjectDetail shape returned by the Get Project endpoint — including environments, knowledge bases, integrations, and workforce.Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Path Parameters
Query Parameters
Response detail level: "list" (default) returns a lightweight preview, "full" returns all project details
Available options:
list, full Response
Projects listed successfully
- Option 1
- Option 2