Skip to main content
GET
Retrieve a paginated list of partner files in the authenticated key scope. This includes:
  • direct uploads created via POST /files
  • media ingested by partner posting flows

Query Parameters

limit
number
default:"50"
Number of files to return. Must be an integer between 1 and 100.
offset
number
default:"0"
Number of files to skip for pagination. Must be an integer >= 0.
type
string
Filter by file type: image or video.
context
string
Optional context filter.
  • Omit context to keep default partner-only results.
  • Use a single context (example: ai-studio) or comma-separated contexts (example: ai-studio,media-upload).
  • Use context=all to return all file contexts in your authenticated key scope.

Response

Successful requests return 200 with:
  • files - Array of file objects
  • total - Total count of matching files
  • limit - Applied limit
  • offset - Applied offset

File Object

Examples

List all files

Error Responses

  • 400 invalid_query_parameter - one or more query parameters are invalid
  • 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 list_failed - Failed to retrieve files (retry)
Use the type filter to quickly find videos or images when building slideshows or selecting media for posts.