Retorna todos os uploads que foram feitos, de datasets. Utilizada para checar Status (sucesso ou falha). ID, Projeto, Nome e status

Endpoint:

GET /searcher/v1/upload

Cabeçalho:

Authorization: Bearer YOUR_API_KEY

Resposta (JSON):

[
  {
    "id": "id_do_upload",
    "name": "Nome do Upload",
    "status": "concluído",
    "created_at": "2023-12-20T12:00:00Z",
    "updated_at": "2023-12-20T12:00:00Z"
  }
]

Códigos de status:

  • 200 OK: Uploads listados com sucesso.
Language
Click Try It! to start a request and see the response here!