The project object
Represents an individual project.
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"
}