Information about the latest uploads
Information about the latest uploads.
Request
GET
https://api-metrika.yandex.net/cdp/api/v1/counter/{counterId}/last_uploadings
Path parameters
|
Name |
Description |
|
counterId* |
Type: integer<int32> Counter ID. |
Query parameters
|
Name |
Description |
|
datetime_offset |
Type: string<date-time> Time offset. Any returned upload will be strictly before the specified time. |
|
limit |
Type: integer<int64> Number of returned uploads. Allowed values: 1–1000 (inclusive). Default: |
|
source |
Type: string Upload source. Any returned upload will have the specified source. |
Responses
200 OK
OK
Body
application/json
{
"uploadings": [
{
"uploading_id": "string",
"datetime": "2022-12-29T18:02:01Z",
"api_validation_status": "string",
"elements_count": 0,
"entity_type": "string",
"uploading_format": "string",
"uploading_source": "string"
}
]
}
|
Name |
Description |
|
uploadings |
Type: UploadingMetaExternal[] Information about uploads. |
UploadingMetaExternal
Description of the UploadingMetaExternal object.
|
Name |
Description |
|
api_validation_status |
Type: string Upload validation status:
|
|
datetime |
Type: string<date-time> Upload time. |
|
elements_count |
Type: integer<int32> Number of elements within the upload. |
|
entity_type |
Type: string Entity type:
|
|
uploading_format |
Type: string Upload format. Possible values:
|
|
uploading_id |
Type: string Upload ID. |
|
uploading_source |
Type: string Upload source. Possible values: |
No longer supported, please use an alternative and newer version.