# BackgroundProcessById: Sendinblue Background Process by ID
Get process details
Retrieves detailed information about a specific background process.
**Use this to:**
- Get detailed status of a specific process
- Monitor process progress and completion
- Download results from completed export processes
- Check error details for failed processes
- Track process execution times
**Key information returned:**
- Complete process details (ID, name, status)
- Download URLs for completed export processes
- Import details with CSV report URLs for completed import processes
**Important considerations:**
- Process ID must exist in your account and not be deleted
- Completed export processes include download URLs
- Completed import processes include CSV report URLs with details about problematic records
- Different process types return different result structures
- Catalog: `Brevo`
- Schema: `Process`
- Label: Background Process by ID
This is a read-only table function. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
## Parameters of Table Function
The following parameters can be used to control the behaviour of the table function `BackgroundProcessById`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
| Name | Data Type | Required | Default Value | Documentation |
|---|:---:|:---:|:---:|---|
| `processId` | `` | ☑ | | Id of the process |
## Columns of Table Function
The columns of the table function `BackgroundProcessById` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `export_url` | `varchar2` | Export URL | ☐ | Download URL for completed export processes (returned for SEARCH_EXPORT_USERS, SEARCH_EXPORT_USERS_API, CAMPAIGN_USER_DETAILS, and EXPORT_WEBHOOK process types) |
| `id` | `int64` | ID | ☐ | Unique identifier of the process |
| `info_import_duplicate_contact_id` | `varchar2` | | ☐ | URL to CSV file containing duplicate contact IDs, or null if none |
| `info_import_duplicate_email_id` | `varchar2` | | ☐ | URL to CSV file containing duplicate email IDs, or null if none |
| `info_import_duplicate_ext_id` | `varchar2` | | ☐ | URL to CSV file containing duplicate external IDs, or null if none |
| `info_import_duplicate_landline_number_id` | `varchar2` | | ☐ | URL to CSV file containing duplicate landline numbers, or null if none |
| `info_import_duplicate_phone_id` | `varchar2` | | ☐ | URL to CSV file containing duplicate phone numbers, or null if none |
| `info_import_duplicate_whatsapp_id` | `varchar2` | | ☐ | URL to CSV file containing duplicate WhatsApp numbers, or null if none |
| `info_import_invalid_emails` | `varchar2` | | ☐ | URL to CSV file containing invalid email addresses, or null if none |
| `name` | `varchar2` | Name | ☐ | Name/type of the process |
| `status` | `varchar2` | Status | ☐ | Current status of the process |