get https://api.nama.ai/searcher/v1/subjects/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.nama.ai/searcher/v1/subjects/1 \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 1,
"name": "Nome do Assunto",
"dataset_id": 1,
"created_at": "2023-12-20T12:00:00Z",
"updated_at": "2023-12-20T12:00:00Z"
}