Product documentation
FgaListObjectsExport
The FgaListObjectsExport resource.
FgaListObjectsExport
The FgaListObjectsExport resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
POST | /api/v1/fga/list-objects/exports | Fga List Objects Export Submit | tenant:fga.read |
GET | /api/v1/fga/list-objects/exports/{exportId} | Fga List Objects Export Status | tenant:fga.read |
GET | /api/v1/fga/list-objects/exports/{exportId}/download | Fga List Objects Export Download | tenant:fga.read |
Operation details
POST /api/v1/fga/list-objects/exports
Fga List Objects Export Submit
- Operation ID:
fgaListObjectsExportSubmit - Required scopes:
tenant:fga.read
Request body (required): application/json → ListObjectsExportRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
GET /api/v1/fga/list-objects/exports/{exportId}
Fga List Objects Export Status
- Operation ID:
fgaListObjectsExportStatus - Required scopes:
tenant:fga.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
exportId | path | yes | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
GET /api/v1/fga/list-objects/exports/{exportId}/download
Fga List Objects Export Download
- Operation ID:
fgaListObjectsExportDownload - Required scopes:
tenant:fga.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
exportId | path | yes | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |