Ziele
List an Assistant's standing Goals
GET
/api/v1/assistants/{id}/goalsErfordert einen API-Schlüssel der Organisation mit der Berechtigung „member“.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/assistants/string/goals"{ "data": [ { "id": "string", "organizationId": "string", "assistantId": "string", "question": "string", "status": "active", "expectations": { "mustCiteSources": false, "expectedSourceUrl": "string", "mustContain": [ "string" ] }, "lastRunAt": null, "lastResult": null, "lastDetail": null, "createdAt": "string" } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}