Fetch Reddit APP Dynamic Search Results
/v1/api/reddit/app/dynamic-searchPerform Reddit APP dynamic search, supporting posts, communities, comments, media, and users
Request body
Call this sync operation at its vendor-qualified URL. The model identity is encoded in the path; only operation-specific input fields belong in the request body.
Pagination parameter for fetching next page
Default: ""
Allow NSFW content, "0" or "1"
Default: 0
Whether to clean and format the data
Default: false
Search keyword
Safe search setting, "unset" or "strict"
Default: unset
Search type, options:
Default: post
Sort method (only for post/comment/media types), options:
Time range (only for post/media types), options:
Response Schema
A synchronous completed response contains exactly one outputs item with only data. Failed and timeout responses contain error and never outputs.
Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.
Current public run status.
Allowed values: pending, running, completed, failed, timeout
Public SandBase model name used for this run.
Present only for completed runs. Contains exactly one item whose only field is data.
Operation-specific business payload. This reference uses an empty object when no safe example can be confirmed.
Present only for failed or timeout runs. Contains a public error type and sanitized message.
Stable public error category.
Sanitized error message safe to show to clients.
Usage details when available.
API capabilities
Capabilities declared by the API registry.
Default: api, reddit
Execution mode declared by the API registry.
Default: sync
pending response
{"id":"f3d2e8a1-7c4b-4a12-9d2e-123456789abc","status":"pending","model":"reddit/app/dynamic-search"}
running response
{"id":"f3d2e8a1-7c4b-4a12-9d2e-123456789abc","status":"running","model":"reddit/app/dynamic-search"}
completed response
{"id":"f3d2e8a1-7c4b-4a12-9d2e-123456789abc","status":"completed","model":"reddit/app/dynamic-search","outputs":[{"data":{}}]}
failed response
{"id":"f3d2e8a1-7c4b-4a12-9d2e-123456789abc","status":"failed","model":"reddit/app/dynamic-search","error":{"type":"upstream_error","message":"upstream request failed"}}
timeout response
{"id":"f3d2e8a1-7c4b-4a12-9d2e-123456789abc","status":"timeout","model":"reddit/app/dynamic-search","error":{"type":"upstream_error","message":"upstream request failed"}}