GET
/
catalog-connector-files

Authorizations

Authorization
string
headerrequired

This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.

Headers

x-fabric-tenant-id
string
required

A header retrieved from your Copilot Account Details that's used by the API to identify the tenant making the request. Tenant ID must be included in the authentication header for API requests to access any of fabric’s endpoints.

x-fabric-request-id
string

Unique request ID

Query Parameters

ids
string

The 24-character system-generated file ID created using the Create a File endpoint.

Depending on the type of IDs, the array represents the file IDs or job IDs. Specify up to 15 IDs separated by commas. Note the following limitations of using this parameter:

  • This parameter can't be combined with any other parameters.
  • Pagination isn't supported when this parameter is specified.
fileName
string

Use this endpoint to specify the name of the file you want to retrieve.

formatType
enum<string>

Depending on the context, it represents the format of the file or template.

Available options:
csv,
jsonl
type
enum<string>

Specify the type of operation or job performed when the file was uploaded.

Available options:
CATALOG_CONN_ITEM_VARIANT_IMPORT,
CATALOG_CONN_ITEM_VARIANT_EXPORT,
CATALOG_CONN_BUNDLE_IMPORT,
CATALOG_CONN_BUNDLE_EXPORT
offset
integer
default: 0

The number of records to skip before returning records. For example, with an offset of 20 and limit of 10, the system returns records from 21 to 30.

limit
integer
default: 10

The maximum number of records per page.

sort
string

The sorting criteria. Currently, the supported values are updatedAt and name. Use - for descending order and + for ascending.

Response

200 - application/json

The response of the Retrieve import or export history request, along with pagination data.

data
object[]
offset
integer
default: 0

The number of records to skip before returning records. For example, when the offset is 20 and limit is 10, the system returns the records from 21 to 30.

limit
integer
default: 10

The maximum number of records per page.

count
integer

The total number of records.