cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/projects \ --header 'Authorization: Bearer <token>'
{ "projects": [ { "created_at": 123, "id": "<string>", "is_public_template": true, "name": "<string>", "role": "<string>", "template_uses": 123, "default_role": "<string>", "description": "<string>", "screenshot_url": "<string>" } ] }
List projects for an organization
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Projects listed successfully
Show child attributes