Fetch clips in a collection
GET/v2/collections/:id/clips
Returns the clips in the specified collection, using the same response format as the Fetch clips endpoint.
Request
Responses
- 200
- 400
- 403
- 429
- 500
A list of clips
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Validation or bad-parameter error. Validation failures include field-level details in errorData.fields.
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Access denied. The request was not permitted — the access token may be missing, invalid, or expired, or the requested content may not be available in your region.
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Too many requests. The rate limit has been exceeded — wait before retrying.
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Internal or service error
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.