> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/project-management/clickup-api/faq.md).

# FAQ

<details>

<summary>Where do I find my ClickUp API token?</summary>

In ClickUp, click your **avatar** in the bottom-left corner, go to **Settings**, then scroll down to **Apps**. Your personal API token is listed there — click **Generate** if you haven't created one yet, or copy the existing token.

</details>

<details>

<summary>Why am I only seeing list names, not the tasks inside them?</summary>

The **Lists** entity in Coupler.io returns list-level metadata — the list name, ID, and settings — not the tasks inside. To get task data, add the **Tasks** entity to your data flow.

</details>

<details>

<summary>Can I export custom fields from ClickUp?</summary>

Yes. Add the **List Custom Fields** or **Team Custom Fields** entity to your data flow. Custom field values also appear as separate columns in the Tasks export. If you recently added new custom fields in ClickUp, re-run the data flow to pick them up.

</details>

<details>

<summary>Why doesn't my data flow return all my tasks?</summary>

Two common reasons: first, closed tasks are excluded by default — enable **Include closed tasks** in Advanced settings. Second, if you're running many entities at once, some API calls may fail and return partial data. Try splitting entities across separate data flows.

</details>

<details>

<summary>Why are deactivated team members missing from time tracking exports?</summary>

ClickUp's API does not return time tracking entries for deactivated users. This applies even to historical entries logged before the user was deactivated. Unfortunately, this is a ClickUp API limitation that cannot be resolved through Coupler.io settings.

</details>

<details>

<summary>Can I combine ClickUp data from multiple workspaces?</summary>

Yes. Create a separate data flow for each workspace (using the API token of a user in that workspace), then use the **Append** transformation in Coupler.io to combine them into a single dataset in your destination.

</details>

<details>

<summary>Should tasks and time trackings go into the same table in BigQuery?</summary>

No — they have different schemas and should be stored in separate tables. Use a Join transformation in Coupler.io if you want to combine them, or reference them with separate queries/views in BigQuery. Appending them into the same table will cause schema conflicts.

</details>

<details>

<summary>Can I send ClickUp data to AI tools like ChatGPT or Claude?</summary>

Yes. Coupler.io supports AI destinations including ChatGPT, Claude, Gemini, Perplexity, Cursor, and OpenClaw. This lets you query your ClickUp task or time tracking data conversationally — useful for generating status summaries or identifying blockers.

</details>

<details>

<summary>Why does my data flow run successfully but show no data?</summary>

This usually means the API token you used doesn't have access to the spaces or tasks you're trying to export. ClickUp respects workspace permissions — private spaces and tasks you're not a member of won't appear. Make sure the token belongs to a user with the appropriate access level.

</details>

{% hint style="info" %}
For a full list of available fields and metric combinations, see the [Data Overview](/sources/category/project-management/clickup-api/data-overview.md) article. For connection errors and partial data issues, check [Common Issues](/sources/category/project-management/clickup-api/common-issues.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/sources/category/project-management/clickup-api/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
