curl --request GET \
--url https://apigw.mka1.com/api/v1/authorization/llm/list \
--header 'Authorization: Bearer <token>'{
"resources": [
"<string>"
],
"continuationToken": "<string>"
}List resources of a specific type where the authenticated caller has the specified role. Returns direct relationships only (not computed).
curl --request GET \
--url https://apigw.mka1.com/api/v1/authorization/llm/list \
--header 'Authorization: Bearer <token>'{
"resources": [
"<string>"
],
"continuationToken": "<string>"
}Authenticate with your MKA1 API key at the API gateway: Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, also send X-On-Behalf-Of to identify the end user making the request.
Optional external user identifier for multi-user server-side integrations. Use this when acting on behalf of one of your end users.
Type of LLM resource
completion, file, vector_store, conversation, response Permission role for the resource (owner > writer > reader)
owner, writer, reader Pagination token for fetching next page of results
Was this page helpful?