Endpoint for viewing collections or samples of source images.

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

{
    "id": 14,
    "details": "https://api.beluga.insectai.org/api/v2/captures/collections/14/?format=api",
    "name": "Starred Images",
    "project": 16,
    "method": "starred",
    "kwargs": {},
    "source_images": "https://api.beluga.insectai.org/api/v2/captures/?format=api?collections=14",
    "source_images_count": 12,
    "source_images_with_detections_count": 8,
    "source_images_processed_count": 8,
    "occurrences_count": 94,
    "taxa_count": 58,
    "description": "",
    "jobs": [],
    "created_at": "2023-11-30T15:53:40.239462",
    "updated_at": "2023-11-30T15:53:40.239481",
    "user_permissions": []
}