APIProjects
List projects
List projects in an organization.
Query Parameters
organizationId?string
Organization to list projects for. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/projects"{ "projects": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "string", "name": "string", "region": "us-east-1" } ]}