Error
A valid request URL is required to generate request examples{
"results": {
"promotionReviewItem": {
"blocksNewNomination": true,
"status": "triage",
"uuid": "<string>"
},
"replacementSlug": "<string>",
"provenance": {
"source": {
"threadSummary": "<string>",
"threadTitle": "<string>",
"threadUuid": "<string>",
"agentUuid": "<string>",
"slug": "<string>"
},
"type": "source_thread"
},
"citedCount": 123,
"generatedAt": "<string>",
"scope": "user",
"status": "active",
"objects": [
{
"name": "<string>",
"type": "explore"
}
],
"terms": [
"<string>"
],
"rawMemory": "<string>",
"title": "<string>",
"slug": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get apiv1projects aiagents memories
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
memories
/
{slug}
Error
A valid request URL is required to generate request examples{
"results": {
"promotionReviewItem": {
"blocksNewNomination": true,
"status": "triage",
"uuid": "<string>"
},
"replacementSlug": "<string>",
"provenance": {
"source": {
"threadSummary": "<string>",
"threadTitle": "<string>",
"threadUuid": "<string>",
"agentUuid": "<string>",
"slug": "<string>"
},
"type": "source_thread"
},
"citedCount": 123,
"generatedAt": "<string>",
"scope": "user",
"status": "active",
"objects": [
{
"name": "<string>",
"type": "explore"
}
],
"terms": [
"<string>"
],
"rawMemory": "<string>",
"title": "<string>",
"slug": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Was this page helpful?