Our docs got a refresh! Check out the new content and improved navigation. For detailed API reference see our Python SDK docs and TypeScript SDK.
Description
API referenceProjects

Get Project

GET
/v1/projects/{id}
/v1/projects/{id}

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Path Parameters

id
Required
Id

Format: "uuid"
curl -X GET "https://api.patronus.ai/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "X-API-KEY: <token>"

Successful Response

{
  "project": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "created_by": "string",
    "created_at": "2019-08-24T14:15:22Z"
  }
}