Learn how to retrieve and read task information from Chunkr AI
get_task()
method
This is useful for checking the status of previously created tasks or accessing their results.
get_task()
method accepts two optional parameters to customize the response:
Parameter | Default | Description |
---|---|---|
include_chunks | True | When True , includes all processed chunks in the response. Set to False to receive a lighter response without chunk data. |
base64_urls | False | When True , returns URLs as base64-encoded strings. When False , returns presigned URLs for direct access. |
await
:
include_chunks=False
when you only need task metadatabase64_urls=True
) when you need to cache or store the URLs locally