v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Logs uploader

Get targets list

Get list of logs uploader targets.

get/cdn/logs_uploader/targets

Query parameters

searchstring

Search by target name or id.

config_idsinteger[]

Filter by ids of related logs uploader configs that use given target.

limitinteger

Maximum number of items to return in the response. Cannot exceed 1000.

offsetinteger

Number of items to skip from the beginning of the list.

Response

Successful.

OR

Example response

[
  {
    "id": 1,
    "client_id": 100,
    "created": "2024-01-15T10:30:00Z",
    "updated": "2024-01-15T10:30:00Z",
    "storage_type": "s3_gcore",
    "name": "My S3 Target",
    "description": "Gcore S3 log storage",
    "related_uploader_configs": [
      10
    ],
    "status": {
      "status": "successful",
      "code": 0,
      "updated": "2024-01-15T10:30:00Z",
      "details": ""
    }
  }
]