Sazabi
APIProjects

Get a project

GET
/projects/{projectId}

Get one project by ID.

Path Parameters

projectId*string

Project ID to fetch.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "project": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "organizationId": "string",    "name": "string",    "region": "us-east-1"  }}