Read source files
Reads up to 50 files by name from head, published, or an explicit version. A single-file read supports line and character ranges; continue truncated reads with nextStartCharacter and the resolved version.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Body
1File names to read (up to 50). Singleton files are addressed by their type name, for example global_css.
1 - 50 elements1Version alias to read: head (default) or published.
head, published Explicit source version. Takes precedence over target.
x <= 9007199254740991First line to return (1-based, inclusive). Only valid when reading a single file.
x <= 9007199254740991Last line to return (1-based, inclusive). Only valid when reading a single file.
x <= 9007199254740991First character to return from the selected line range (1-based, inclusive). Only valid when reading a single file.
x <= 9007199254740991Last character to return from the selected line range (1-based, inclusive). Only valid when reading a single file.
x <= 9007199254740991