Endpoint for viewing collections or samples of source images.

GET /api/v2/captures/collections/71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 71,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/71/?format=api",
    "name": "Random 100",
    "project": 67,
    "method": "random",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=71",
    "source_images_count": 100,
    "source_images_with_detections_count": 0,
    "source_images_processed_count": 0,
    "occurrences_count": 0,
    "taxa_count": 0,
    "description": "",
    "jobs": [],
    "created_at": "2024-09-20T06:48:41.574409",
    "updated_at": "2024-09-20T06:48:51.416486",
    "user_permissions": []
}