Knowledge
List provider resources
Discover importable resources from a connected provider. Step 1 of the provider import flow.
GET
Lists resources that can be imported from a connected provider. This is the first call in the provider import flow — once you’ve picked the resources you want, pass them to Register provider resources to create Fini document records.Documentation Index
Fetch the complete documentation index at: https://docs.usefini.com/llms.txt
Use this file to discover all available pages before exploring further.
Resources that have already been imported successfully from the provider are excluded from the response. This endpoint is for discovering new content, not auditing what’s already in Fini. To see what’s already imported, use List documents with the provider as a
source filter.Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_...Path parameters
Provider name. Supported values:
notion, zendesk, confluence.Response
The response shape varies by provider.Notion
A flat array of resource objects.Array of importable Notion resources.
Zendesk
A nested category tree. Categories contain sectionchildren, and sections contain article children.
Confluence
An array of spaces, each with nestedpages.
Next step
Once you’ve picked the resources to import, pass them to Register provider resources to create Fini document records. Resource registration alone does not queue ingestion — you’ll need to call Queue ingestion after.Errors
400 Bad Request
400 Bad Request
The provider is not supported on the public route (only
notion, zendesk, confluence are accepted), or it’s not connected in the workspace yet. Connect the provider in the dashboard first.401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key doesn’t include the
read scope, or the provider connection belongs to a different workspace.The response is empty
The response is empty
Either the provider has no content to import, or everything available has already been imported. Already-imported resources are filtered out — check List documents with
source set to the provider to see what’s in Fini already.
