v10

latestOpenAPI 3.1.02026-08-0452108384.4 KB
Datasets

Generate Dataset Credentials

Generate temporary S3 credentials to directly access and download dataset files from cloud storage. Credentials are valid for 7 days by default and provide read-only access to your team's available datasets.

post/v1/datasets/credentials

Response

Successful Response

access_key_idstring required

The access key id for the temporary credential

secret_access_keystring required

The secret access key for the temporary credential

session_tokenstring required

The session token for the temporary credential

expirationstring date-time required

The expiration date of the temporary credential

Example response

{
  "access_key_id": "a3f8b2c9d1e4f5a6b7c8d9e0f1a2b3c4",
  "secret_access_key": "7e9a2b4c6d8e0f1a3b5c7d9e1f3a5b7c9d1e3f5a",
  "session_token": "ZXlKaGJHY2lPaUpTVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SmlkV05yWlhRa",
  "expiration": "2025-01-15T14:30:00Z",
  "storage": {
    "bucket_name": "datasets",
    "endpoint_url": "https://example-datasets-url.com",
    "prefixes": [
      "jobs/daily"
    ]
  }
}