The assistant file object (v1)
Legacy

A list of Files attached to an assistant.source

The identifier, which can be referenced in API endpoints.source

The object type, which is always assistant.file.source

The Unix timestamp (in seconds) for when the assistant file was created.source

The assistant ID that the file is attached to.source

OBJECT The assistant file object (v1)
1
2
3
4
5
6
{
  "id": "file-abc123",
  "object": "assistant.file",
  "created_at": 1699055364,
  "assistant_id": "asst_abc123"
}