Skip to main content
GET
/
local-folders
/
{local_folder_id}
/
classification
/
items
Get classified items
curl --request GET \
  --url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/classification/items \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "chunk_id": "<string>",
      "category": "<string>",
      "content_preview": "<string>",
      "file_path": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

local_folder_id
string
required

Local folder ID

Query Parameters

category
string

Filter by category

limit
integer
default:50

Maximum items to return

offset
integer
default:0

Pagination offset

Response

Classified items

items
object[]
total
integer