# List Export Jobs **GET /api/v1/exports** Retrieves a paginated list of asynchronous export jobs for the user's organization. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **limit** (integer) Number of exports per page - **offset** (integer) Offset for pagination ## Responses ### 200 List of export jobs #### Body: application/json (array[object]) - **completed_at** (string) - **created_at** (string) - **error** (string) - **file_path** (string) - **format** (string) - **id** (integer) - **organization_id** (integer) - **status** (string) - **type** (string) - **updated_at** (string) - **user_id** (integer) ### 401 Unauthorized (JWT invalid/missing or Org ID not found) #### Body: application/json (object) - ***** (string) ### 500 Failed to fetch exports #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)