Fetch all datasets with information about available versions.

Fetch all datasets with information about available versions.

/accounts/{account_identifier}/dlp/datasets

get

DLP Datasets

dlp-datasets-read-all

Debug "planAvailability"

null

Debug "tokenPermissions"

null

Debug "parameters"

[
  {
    "in": "path",
    "name": "account_identifier",
    "required": true,
    "schema": {
      "type": "string"
    }
  }
]

Debug "requestBody"

null

Debug "responses"

{
  "200": {
    "content": {
      "application/json": {
        "schema": {
          "allOf": [
            {
              "properties": {
                "errors": {
                  "items": {
                    "properties": {
                      "code": {
                        "format": "int32",
                        "minimum": 1000,
                        "type": "integer"
                      },
                      "message": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "code",
                      "message"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "messages": {
                  "items": {
                    "properties": {
                      "code": {
                        "format": "int32",
                        "minimum": 1000,
                        "type": "integer"
                      },
                      "message": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "code",
                      "message"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "result_info": {
                  "allOf": [
                    {
                      "properties": {
                        "count": {
                          "description": "total number of pages",
                          "format": "int32",
                          "minimum": 0,
                          "type": "integer"
                        },
                        "page": {
                          "description": "current page",
                          "format": "int32",
                          "minimum": 0,
                          "type": "integer"
                        },
                        "per_page": {
                          "description": "number of items per page",
                          "format": "int32",
                          "minimum": 0,
                          "type": "integer"
                        },
                        "total_count": {
                          "description": "total number of items",
                          "format": "int32",
                          "minimum": 0,
                          "type": "integer"
                        }
                      },
                      "required": [
                        "page",
                        "per_page",
                        "count",
                        "total_count"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "success": {
                  "type": "boolean"
                }
              },
              "required": [
                "success",
                "errors",
                "messages"
              ],
              "type": "object"
            },
            {
              "properties": {
                "result": {
                  "items": {
                    "properties": {
                      "created_at": {
                        "format": "date-time",
                        "type": "string"
                      },
                      "description": {
                        "nullable": true,
                        "type": "string"
                      },
                      "id": {
                        "format": "uuid",
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "num_cells": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "secret": {
                        "type": "boolean"
                      },
                      "status": {
                        "enum": [
                          "empty",
                          "uploading",
                          "failed",
                          "complete"
                        ],
                        "type": "string"
                      },
                      "updated_at": {
                        "format": "date-time",
                        "type": "string"
                      },
                      "uploads": {
                        "items": {
                          "properties": {
                            "num_cells": {
                              "format": "int64",
                              "type": "integer"
                            },
                            "status": {
                              "enum": [
                                "empty",
                                "uploading",
                                "failed",
                                "complete"
                              ],
                              "type": "string"
                            },
                            "version": {
                              "format": "int64",
                              "type": "integer"
                            }
                          },
                          "required": [
                            "version",
                            "status",
                            "num_cells"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name",
                      "id",
                      "status",
                      "num_cells",
                      "created_at",
                      "updated_at",
                      "uploads",
                      "secret"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            }
          ]
        }
      }
    },
    "description": "Datasets read successfully"
  },
  "4XX": {
    "content": {
      "application/json": {
        "schema": {
          "properties": {
            "errors": {
              "items": {
                "properties": {
                  "code": {
                    "format": "int32",
                    "minimum": 1000,
                    "type": "integer"
                  },
                  "message": {
                    "type": "string"
                  }
                },
                "required": [
                  "code",
                  "message"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "messages": {
              "items": {
                "properties": {
                  "code": {
                    "format": "int32",
                    "minimum": 1000,
                    "type": "integer"
                  },
                  "message": {
                    "type": "string"
                  }
                },
                "required": [
                  "code",
                  "message"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "result": {
              "nullable": true,
              "type": "object"
            },
            "success": {
              "type": "boolean"
            }
          },
          "required": [
            "success",
            "errors",
            "messages"
          ],
          "type": "object"
        }
      }
    },
    "description": "Datasets read failed"
  }
}

Debug "security"

[
  {
    "api_token": []
  },
  {
    "api_email": [],
    "api_key": []
  },
  {
    "api_email": [],
    "api_key": []
  }
]