GET
/org/projects/{id}Get a project by its ID or by its name. Names are unique within an organization.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Project ID or name
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/org/projects/string"{ "id": "string", "name": "string", "status": "active", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}