Skip to main content
GET
/
api
/
artifacts
/
{id}
cURL
curl http://localhost:18080/api/artifacts/art-123
{
  "artifact": {
    "id": "<string>",
    "type": "file",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "revision": 123
  },
  "contents": "<string>"
}

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.

Path Parameters

id
string
required

Query Parameters

revision
integer

Specific revision number

Response

Artifact with contents

artifact
object
contents
string