Skip to main content
GET
Fetches one pack visible to the authenticated key scope.

Query Parameters

number
default:"50"
Number of newest-first images to return (1-100).
number
default:"0"
Number of matching images to skip. image_count remains the exact full count.
string
Inclusive ISO-8601 lower bound for image created_at.
string
Inclusive ISO-8601 upper bound for image created_at. Must be at or after since.

Path Parameters

string
required
Pack UUID.

Response

string
string
number
boolean
boolean
string
number
number
array
Ordered by created_at descending with ID as the deterministic tie-breaker.

Error Responses

  • 400 missing_pack_id - path param missing
  • 404 not_found - pack is missing/outside key scope
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 pack_get_failed - unexpected retrieval failure