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 and status
- Import/export statistics and results
- Error information for troubleshooting
- Download URLs for export processes
- Process timing and performance data
**Important considerations:**
- Process ID must exist in your account
- Completed processes provide detailed statistics and results
- Export processes include download URLs when successful
- Failed processes contain error messages for debugging
- Timing information helps with performance analysis
- Different process types return different result structures
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
processId
Id of the process
Response
Process information retrieved successfully
id
Unique identifier of the process
name
Name/type of the process
status
Current status of the process
Allowed values:
info
Additional process information (for completed processes)
export_url
Download URL for completed export processes
error
Error message for failed processes
created_at
Process creation timestamp
completed_at
Process completion timestamp