Endpoint for viewing collections or samples of source images.

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

{
    "id": 78,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/78/?format=api",
    "name": "Starred Images",
    "project": 85,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=78",
    "source_images_count": 15,
    "source_images_with_detections_count": 15,
    "source_images_processed_count": 15,
    "occurrences_count": 462,
    "taxa_count": 183,
    "description": "",
    "jobs": [],
    "created_at": "2024-09-26T13:57:42.878785",
    "updated_at": "2024-09-26T13:57:42.878803",
    "user_permissions": []
}