Retrieve all shots related to a given project.
Path parameters
-
project_id Required
GET
/data/projects/{project_id}/shots
curl \
--request GET http://api.example.com/data/projects/{project_id}/shots \
--header "Authorization: $API_KEY"