Skip to main content
Version: 1.11.0-beta

listPrompts

Stub — This method is not implemented yet. Planned for a future ImagineoAI release.

Lists all prompts stored or generated for the authenticated user. Will return an array of prompt objects.

Available in: Browser & Node.js SDK (stub)


Signature

async listPrompts(): Promise<ListPromptsResponse>

Returns

  • Promise<{ prompts: Prompt[] }> — List of prompts (see Prompt type in the API reference).

Errors

  • Throws "not implemented yet."

Example

await client.listPrompts(); // Throws for now