List Tasks
list_tasksEnumerate Schedule (Legacy) records for a project. Use pagination and filters to find specific tasks or IDs.
Instructions
List existing tasks for the specified Project. Use this to enumerate Schedule (Legacy) records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Schedule (Legacy) records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Schedule (Legacy). Endpoint: GET /rest/v1.0/tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| view | No | Query string parameter — the compact view contains id, name, key, formatted_name, and task_name. The normal view contains the response shown below. The default view is normal. | |
| filters__updated_at | No | Query string parameter — return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__row_number | No | Query string parameter — returns Tasks with a row_number matching the given value. This endpoint supports single values of row_number, a range of row_numbers (filters[row_number]=4...7) as well as multiple values (filter... | |
| filters__query | No | Query string parameter — return item(s) containing search query |