Skip to main content
GET
/
v1
/
projects
/
{project_id}
Get Project
curl --request GET \
  --url https://api.example.com/v1/projects/{project_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-selected-account-id: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "status": "active",
  "created_at": "2023-11-07T05:31:56Z",
  "configuration": {
    "retention": {
      "files": "<string>",
      "result_artifacts": "<string>"
    }
  },
  "archived_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Path Parameters

project_id
string
required

Response

Successful Response

Project response model.

id
string
required

ID of the entity

name
string
required

Project readable name

status
enum<string>
required

Project status

Available options:
active,
archived
created_at
string<date-time>
required

Datetime when the project was created

configuration
ProjectConfiguration · object

Project configuration

archived_at
string<date-time> | null

Datetime when the project was archived