APIProjects
Get a project
Get one project by ID.
Path Parameters
projectId*string
Project ID to fetch.
Format
uuidResponse 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" }}