Knowledge
List articles
List live articles, draft articles, or both.
GET
Use this route to read the current articles in the workspace.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Query parameters
Optional filter. Allowed values:
live and draft. If omitted, the route returns both live and draft articles.Optional lower bound on
updatedAt. In practice this is usually an ISO 8601 timestamp.Response
Returns an array of article objects sorted byupdatedAt descending. Each item uses the shared object defined in Manage knowledge, including fields such as id, title, mainKnowledge, parentFolderId, timestamps, and optional draft metadata.
If you omit
type, the array can include both live articles and draft articles.Errors
400 Bad Request
400 Bad Request
The query parameters are malformed or
type is not one of the allowed values.401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
read scope.
