The project object

Represents an individual project.source

The identifier, which can be referenced in API endpointssource

The object type, which is always organization.projectsource

The name of the project. This appears in reporting.source

The Unix timestamp (in seconds) of when the project was created.source

The Unix timestamp (in seconds) of when the project was archived or null.source

active or archivedsource

OBJECT The project object
1
2
3
4
5
6
7
8
{
    "id": "proj_abc",
    "object": "organization.project",
    "name": "Project example",
    "created_at": 1711471533,
    "archived_at": null,
    "status": "active"
}