# Boloforms

BoloForms is an eSignature platform designed for small businesses, offering unlimited signatures, templates, forms, and team members at a fixed price.

- **Category:** signatures
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `BOLOFORMS`
- **Version:** 20260223_00

## Tools

### Get Documents List

**Slug:** `BOLOFORMS_GET_DOCUMENTS_LIST`

Retrieves a list of documents from a BoloForms workspace. Returns document metadata including IDs, names, signing types, status, and timestamps. Optionally filter by workspace ID. Use this to enumerate all documents available for signing, tracking, or management operations.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `workspace_id` | string | No | Workspace ID to retrieve documents from. If not provided, default workspace is used. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
