Skip to main content
PATCH
/
api
/
data-platform
/
ingestion-runs
/
{id}
curl --request PATCH \
  --url https://app.solya.app/api/data-platform/ingestion-runs/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "errorMessage": "Spark job failed: OOM on executor node",
  "organizationId": "org-uuid-1234",
  "status": "FAILED"
}
'
{
  "completedAt": "2026-05-23T09:05:01.000Z",
  "id": "run-uuid-ingest-2d5f8c",
  "startedAt": "2026-05-23T07:00:01.000Z",
  "status": "SUCCESS"
}

Authorizations

Authorization
string
header
required

Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.

Path Parameters

id
string
required

Ingestion run UUID

Minimum string length: 1

Body

application/json
organizationId
string
required

Organization UUID for tenant isolation

Minimum string length: 1
status
enum<string>
required

Transition the run to RUNNING (notebook started)

Available options:
RUNNING

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true