v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Contributors

Get bulk deletion job status

Retrieves the status of a bulk contributors deletion job. Use the job ID returned from the bulk delete endpoint.

Requires <code>read_contributors</code> OAuth access scope.

get/projects/{project_id}/contributors/jobs/{job_id}

Path parameters

project_idstring uuid required

A unique project identifier (UUID v7)

job_idstring uuid required

A unique job identifier (UUID v7)

Response

OK

state'queued' | 'running' | 'completed' | 'failed'

Current state of the deletion job

projectIdstring uuid

The project UUID (UUID v7)

createdAtinteger

Unix timestamp when the job was created

updatedAtinteger

Unix timestamp when the job was last updated

totalinteger

Total number of contributors to delete

processedinteger

Number of contributors processed so far

deletedinteger

Number of contributors successfully deleted

failedinteger

Number of contributors that failed to delete

skippedinteger

Number of contributors skipped

errorsobject

Map of error messages to their occurrence counts