Skip to content

Product documentation

FgaListObjectsExport

The FgaListObjectsExport resource.

FgaListObjectsExport

The FgaListObjectsExport resource.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
POST/api/v1/fga/list-objects/exportsFga List Objects Export Submittenant:fga.read
GET/api/v1/fga/list-objects/exports/{exportId}Fga List Objects Export Statustenant:fga.read
GET/api/v1/fga/list-objects/exports/{exportId}/downloadFga List Objects Export Downloadtenant: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/jsonListObjectsExportRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — 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:

NameInRequiredTypeDescription
exportIdpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — 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:

NameInRequiredTypeDescription
exportIdpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)