GET
/
api
/
v1
/
system-prompt
/
by-id
/
{prompt_id}
Get System Prompt By Id
curl --request GET \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/system-prompt/by-id/{prompt_id} \
  --header 'Authorization: Bearer <token>'
{
  "agent_type": "agentic_search",
  "created_at": "2023-05-16T14:30:15.123456",
  "prompt": "Conteúdo atual do system prompt...",
  "prompt_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "version": 3
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prompt_id
string
required

Response

200
application/json

Successful Response

Schema para resposta da obtenção do system prompt atual.