Files
a2a-platform f2c2274e5e deploy
2026-06-27 01:01:39 +00:00

60 lines
1.5 KiB
Markdown

---
name: file-links-routes
description: Handle 4 OpenAPI operation(s) under /v1/file_links for the file links route group.
---
# file links API Routes
Handle 4 OpenAPI operation(s) under /v1/file_links for the file links route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### get_file_links
- Operation ID: `get_file_links`
- Route: `GET /v1/file_links`
- Mode: READ
- Summary: List all file links
- Parameters:
- `created` in `query`
- `ending_before` in `query`
- `expand` in `query`
- `expired` in `query`
- `file` in `query`
- `limit` in `query`
- `starting_after` in `query`
- Body: JSON request body accepted.
### post_file_links
- Operation ID: `post_file_links`
- Route: `POST /v1/file_links`
- Mode: WRITE
- Summary: Create a file link
- Body: JSON request body accepted.
### get_file_links_link
- Operation ID: `get_file_links_link`
- Route: `GET /v1/file_links/{link}`
- Mode: READ
- Summary: Retrieve a file link
- Parameters:
- `expand` in `query`
- `link` in `path` required
- Body: JSON request body accepted.
### post_file_links_link
- Operation ID: `post_file_links_link`
- Route: `POST /v1/file_links/{link}`
- Mode: WRITE
- Summary: Update a file link
- Parameters:
- `link` in `path` required
- Body: JSON request body accepted.