Retrieve all shots related to a given project.

GET /data/projects/{project_id}/shots

Path parameters

Responses

  • 200

    All shots related to given project

GET /data/projects/{project_id}/shots
curl \
 -X GET http://localhost:8080/api/data/projects/{project_id}/shots \
 -H "Authorization: $API_KEY"