Skip to content

Poll one exact durable curation publication

GET
/v1/datasets/curation/publications/{idempotency_key}
curl --request GET \
--url https://example.com/v1/datasets/curation/publications/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0
idempotency_key
required
string format: uuid
account_id

Act on this account (active)

string | null format: uuid

Act on this account (active)

x-api-key
string | null

Successful Response

Media type application/json
DatasetCurationPublicationOperationModel
object
idempotency_key
required
string format: uuid
state
required
string
Allowed values: queued running published retryable failed
receipt
object
idempotency_key
required
string format: uuid
definition_id
required
string format: uuid
version_id
required
string format: uuid
version
required
integer
> 0
included_episode_count
required
integer
> 0 <= 100000
excluded_episode_count
required
integer
<= 100000
evidence_digest
required
string
/^[0-9a-f]{64}$/
audit_repo_id
required
string format: uuid
audit_path
required
string
>= 1 characters <= 4096 characters
audit_manifest_id
required
string
/^[0-9a-f]{64}$/
git_generation
required
integer
> 0
git_commit_id
required
string format: uuid
git_hash_algorithm
required
string
Allowed values: sha1 sha256
git_oid
required
string
/^[0-9a-f]+$/
git_snapshot_digest
required
string
/^[0-9a-f]{64}$/
dataset_snapshot_id
required
string
/^[0-9a-f]{64}$/
membership_hash
required
string
/^[0-9a-f]{64}$/
norm_stats_hash
required
string
/^[0-9a-f]{64}$/
failure_code
string | null
>= 1 characters <= 128 characters
failure_detail
string | null
>= 1 characters <= 65536 characters
Example
{
"state": "queued",
"receipt": {
"git_hash_algorithm": "sha1"
}
}

Validation Error

Media type application/json
HTTPValidationError
object
detail
Array<object>
ValidationError
object
loc
required
Location
Array<string | integer>
msg
required
Message
string
type
required
Error Type
string
input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}