Overview
Retrieves a paginated list of uploaded content items with optional filtering.
Query Parameters
Number of content items to return (max 100)
Number of content items to skip
Filter by file type (text, video, audio, image)
Filter by status (uploaded, processing, ready, error)
Search in content names and descriptions
Filter content uploaded after this timestamp
Response
Total number of content items
Whether more content is available
Examples
curl -X GET "https://api.judge.example.com/content?limit=20&file_type=text" \
-H "Authorization: Bearer YOUR_API_KEY"