# Get Endpoint - GetEloFolderMasksForJobs
Returns list of ELO folder doc masks for specified sync jobs.
# HTTP Request
One of the following requests should be made:
GET /odata/syncjobsfoldermasks
GET /odata/syncjobsfoldermasks/$count
The endpoint supports the following OData query parameters: $select, $expand
# Query parameters
| Name | Description |
|---|---|
| repository | optional. Destination repository key. |
# Request headers
| Name | Description |
|---|---|
| Authorization | required. Bearer {token}. See authorization |
# Responses
| Code | Description | Type |
|---|---|---|
200 | If the load of the folder masks was successful. | array MaskEntity |
400 | Request contains invalid data. | |
500 | When an server error occurs during the load of sync jobs ELO folder masks. |