Retrieve a project summary
GET/demand/accounts/:account_id/projects/:project_id/overview
This endpoint retrieves a summary overview of a single project, including its status and key performance statistics.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Returns a summary overview of the specified project.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.