Get background processes
Retrieves a list of background processes from your Brevo account with filtering and pagination.
**Use this to:**
- Monitor background process activity and status
- Track long-running operations and tasks
- Find process IDs for detailed status checking
- Review process history and performance
- Identify failed or stuck processes for troubleshooting
**Key information returned:**
- Process details (ID, name, type, status)
- Process creation and completion timestamps
- Process progress and completion status
- Error information for failed processes
- Process result data and download links
**Important considerations:**
- Background processes handle long-running operations like imports and exports
- Process status indicates current state (queued, processing, completed, failed, cancelled)
- Export processes provide download URLs when completed
- Failed processes include error messages for troubleshooting
- Use pagination for accounts with many historical processes
- Sort options available for creation order (ascending or descending)
- Different process types handle specific operations (imports, exports, calculations)
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
limit
Number limitation for the result returned
offset
Beginning point in the list to retrieve from.
sort
Sort the results in the ascending/descending order of record creation.
Default order is descending if sort is not passed
Allowed values:
Response
Background processes retrieved successfully
count
Total number of processes available on your account
processes
List of background processes on your account