cURL
curl --request GET \ --url https://api.social-api.ai/v1/v1/exports \ --header 'Authorization: <api-key>'
{}
Returns the 50 most recent export jobs for the authenticated user. Optionally filter by status.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Filter by status (pending, processing, completed, failed)
OK
The response is of type object.
object