curl --request GET \
--url http://localhost:3000/api/agents/{id}/resolution-criteria \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"agentId": "<string>",
"label": "<string>",
"description": "<string>",
"position": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url http://localhost:3000/api/agents/{id}/resolution-criteria \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"agentId": "<string>",
"label": "<string>",
"description": "<string>",
"position": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent ID