Knowledge
List articles
List live articles, draft articles, or both.
GET
Use this route to read the current articles in the workspace.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Query parameters
string
Optional filter. Allowed values:
live and draft. If omitted, the route returns both live and draft articles.string
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.403 Forbidden
403 Forbidden
The API key does not include the
read scope.
