v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Space Permission Transition

Get space permission transition task status

Retrieves the status of an async space permission transition task. Use the taskId returned from the generate-combinations, assign-roles, or remove-access endpoints to poll for progress and completion.

Permissions required: User must be a Confluence administrator.

get/space-permissions/transition/tasks/{taskId}

Path parameters

taskIdstring required

The ID of the async task, as returned by the generate-combinations, assign-roles, or remove-access endpoints.

Response

Returned if the task is found and the status is successfully retrieved.

taskIdstring required

The ID of the task.

status'IN_PROGRESS' | 'COMPLETED' | 'FAILED' required

The current status of the task.

errorMessagestring nullable

Human-readable error message describing why the task failed. Only present when status is FAILED.