Skip to main content
GET
/
api
/
artifacts
cURL
curl 'http://localhost:18080/api/artifacts?limit=10'
{
  "artifacts": [
    {
      "id": "<string>",
      "type": "file",
      "name": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "revision": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

workspaceId
string

Filter by space ID

chatId
string

Filter by chat ID

limit
integer
default:100
Required range: 1 <= x <= 1000
includeData
enum<string>
default:true
Available options:
true,
false

Response

200 - application/json

List of artifacts

artifacts
object[]