Error
A valid request URL is required to generate request examples{
"messages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userMessage": "<string>",
"assistantMessage": "<string>",
"action": "<string>",
"status": "<string>",
"threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Messages
Read messages
Returns chat messages for a project, optionally filtered by thread.
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
messages
Error
A valid request URL is required to generate request examples{
"messages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userMessage": "<string>",
"assistantMessage": "<string>",
"action": "<string>",
"status": "<string>",
"threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Path Parameters
Response
Messages list
Show child attributes
Show child attributes
Was this page helpful?