# PakatApiV3Sdk.GetProcess

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | Id of the process | 
**status** | **String** | Status of the process | 
**name** | **String** | Process name | 
**exportUrl** | **String** | URL on which send export the of contacts once the process is completed | [optional] 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `queued` (value: `"queued"`)

* `in_process` (value: `"in_process"`)

* `completed` (value: `"completed"`)




