Projects
Get details of a project
Retrieve detailed information about a specific project.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier of the object.
Response
200
application/json
Project details retrieved successfully
Internal identifier of the project.
The name of the project.
Organization identifier the project belongs to.
The type of the project.
Timestamp when the project was created.
ID of the recipe that was used to create the project.
Whether the project is published.
Team identifier the project belongs to.
Timestamp when the project was last updated.
Was this page helpful?