Skip to main content
GET
Get a data partition

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

partitionKey
string
required

Key of the data partition.

Response

A successful response.

source
object
required
key
string
read-only
status
enum<string>
read-only

The status of the data partition.

  • STATUS_STAGE: The data partition configuration is mutable. You can still query it as normal.
  • STATUS_READY: The data partition configuration is immutable.
Available options:
STATUS_READY,
STATUS_STAGE